From e8ea433222eed921b190bb57b9e6f56fb3a8b3b1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 16 Jul 2005 09:14:58 +0000 Subject: Changing the 'private' flag would not reflect in the widget browser immediately. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4429 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Widget_Type.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fluid') diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 9660eda79..89034db48 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -328,7 +328,10 @@ void name_public_cb(Fl_Light_Button* i, void* v) { mod = 1; } } - if (mod) set_modflag(1); + if (mod) { + set_modflag(1); + redraw_browser(); + } } } -- cgit v1.2.3