diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-09-09 18:44:41 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-09-09 18:44:41 +0000 |
| commit | 55380298b5cda84acb862ef5b87023d8f6b51232 (patch) | |
| tree | f4db040e451218b094ca0c0ecfd792e5ba3b3dc0 /fluid | |
| parent | 576fd78bde473b6d35c39c149ff3ac0e008d80ce (diff) | |
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
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 3c3dc4ba7..0db47c541 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -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); } |
