diff options
Diffstat (limited to 'fluid/function_panel.cxx')
| -rw-r--r-- | fluid/function_panel.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 5bb17c7ce..ffdb78eac 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0102 +// generated by Fast Light User Interface Designer (fluid) version 1.0103 #include "function_panel.h" #include <FL/Fl_Pixmap.H> @@ -82,6 +82,7 @@ Fl_Window* make_code_panel() { Fl_Group::current()->resizable(o); o->buffer(new Fl_Text_Buffer); o->textfont(FL_COURIER); + o->when(FL_WHEN_ENTER_KEY_CHANGED|FL_WHEN_RELEASE); } o->end(); Fl_Group::current()->resizable(o); |
