summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-12-20 12:21:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-12-20 12:21:24 +0000
commit150fc6e7f79934e6732d0a55966c39e63ad2a9e4 (patch)
tree73996e362fcf8fd1cdeb66afdf872b8e7c2c4a50 /fluid/function_panel.cxx
parenta35defedd5bf0b5e5a377a5c311bed6edc4a3f57 (diff)
Used Fluid to generate Fluid files. Fixed two naming issues for the new Fl_Int_Input type, generated by Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8072 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.cxx')
-rw-r--r--fluid/function_panel.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index caf78c894..ed6f79116 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -690,15 +690,15 @@ Fl_Double_Window* make_comment_panel() {
void type_make_cb(Fl_Widget*,void*d) {
undo_checkpoint();
- Fl_Type *t = Fl_Type_make((char*)d);
- if (t) {
- select_only(t);
- set_modflag(1);
- t->open();
- } else {
- undo_current --;
- undo_last --;
- }
+ Fl_Type *t = Fl_Type_make((char*)d);
+ if (t) {
+ select_only(t);
+ set_modflag(1);
+ t->open();
+ } else {
+ undo_current --;
+ undo_last --;
+ }
}
Fl_Window *widgetbin_panel=(Fl_Window *)0;