Re: FormPreferences.C compiler warning
"R. Lahaye" <[EMAIL PROTECTED]> writes: | FormPreferences.C:885: warning: initialization to `int' from | `double' Should be fixed now. Lgb
FormPreferences.C compiler warning
FormPreferences.C:885: warning: initialization to `int' from `double' 885: ==> int ivalue = fl_get_counter_value(screen_fonts_->counter_zoom); if( lyxrc.zoom != static_cast( ivalue ) ) { changed = true; lyxrc.zoom = static_cast( ivalue ); } R