Fix to ambigous function call in my previous FLUID changes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
576fd78bde
commit
55380298b5
@ -121,7 +121,7 @@ void default_widget_size_cb(Fl_Round_Button *b, long size) {
|
||||
// Update the "normal" text size of new widgets...
|
||||
b->setonly();
|
||||
Fl_Widget_Type::default_size = size;
|
||||
fluid_prefs.set("widget_size", size);
|
||||
fluid_prefs.set("widget_size", Fl_Widget_Type::default_size);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user