Commit 7f93fb12 authored by Claes Sjofors's avatar Claes Sjofors

Xtt history, wow set to 0 in constructor

parent 92b36583
...@@ -128,7 +128,7 @@ XttSevHist::XttSevHist( void *parent_ctx, ...@@ -128,7 +128,7 @@ XttSevHist::XttSevHist( void *parent_ctx,
int xn_color_theme, int xn_color_theme,
int *sts) : int *sts) :
xnav(parent_ctx), gcd(0), curve(0), rows(0), vsize(0), timerid(0), close_cb(0), help_cb(0), xnav(parent_ctx), gcd(0), curve(0), rows(0), vsize(0), timerid(0), close_cb(0), help_cb(0),
get_select_cb(0), first_scan(1), scctx(0), time_low_old(0), time_high_old(0), initial_period(time_ePeriod_), get_select_cb(0), first_scan(1), scctx(0), wow(0), time_low_old(0), time_high_old(0), initial_period(time_ePeriod_),
color_theme(xn_color_theme) color_theme(xn_color_theme)
{ {
strncpy( title, filename, sizeof(title)); strncpy( title, filename, sizeof(title));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment