From 150fc6e7f79934e6732d0a55966c39e63ad2a9e4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 20 Dec 2010 12:21:24 +0000 Subject: 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 --- fluid/function_panel.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'fluid/function_panel.cxx') 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; -- cgit v1.2.3