summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-07 13:19:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-07 13:19:22 +0000
commitb40f5fb69e109257fb2ae5658d6e6e25e5880fb5 (patch)
tree423bf759e4d8949a18c99b64e983081b5b454c56 /fluid
parent5c8ccb8289297c67f45f6751c4403ae8979788ec (diff)
Documentation updates.
Bump version to 1.1.1. Fix "no change" button in FLUID. Set dirty flag when changing nodes in Fl_Preferences. Add the extra include dir options when doing "fltk-config --compile foo.cxx". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/widget_panel.cxx1
-rw-r--r--fluid/widget_panel.fl2
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
}
}
}