summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Fl_Widget_Type.cxx5
1 files changed, 4 insertions, 1 deletions
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();
+ }
}
}