diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/widget_panel.cxx | 1 | ||||
| -rw-r--r-- | fluid/widget_panel.fl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index f266d9e8e..8edac758f 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -391,7 +391,6 @@ Fl_Window* make_widget_panel() { o->selection_color(1); o->labelsize(10); o->callback((Fl_Callback*)when_button_cb); - o->when(FL_WHEN_NEVER); } o->end(); } diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 5b5929fd6..f37ac9c37 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -357,7 +357,7 @@ image} Fl_Light_Button {} { label {No Change} callback when_button_cb - tooltip {Call the callback even if the value has not changed.} xywh {290 295 105 20} selection_color 1 labelsize 10 when 0 + tooltip {Call the callback even if the value has not changed.} xywh {290 295 105 20} selection_color 1 labelsize 10 } } } |
