Re: warning from FormPreferences.C

2000-10-30 Thread Angus Leeming
On Mon, 30 Oct 2000, R. Lahaye wrote: FormPreferences.C: In method `void FormPreferences::applyScreenFonts()': FormPreferences.C:1141: warning: initialization to `int' from `double' int ivalue = fl_get_counter_value(screen_fonts_-counter_zoom); Rob. Thanks. Fixed. A.

Re: warning from FormPreferences.C

2000-10-30 Thread Angus Leeming
On Mon, 30 Oct 2000, R. Lahaye wrote: > FormPreferences.C: In method `void FormPreferences::applyScreenFonts()': > FormPreferences.C:1141: warning: initialization to `int' from `double' > > int ivalue = fl_get_counter_value(screen_fonts_->counter_zoom); > > Rob. Thanks. Fixed. A.