diff options
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index f74e0eae1..106160b4b 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -84,7 +84,8 @@ void i18n_type_cb(Fl_Choice *c, void *v) { i18n_posix_group->show(); break; } - + // make sure that the outside labels are redrawn too. + w_settings_i18n_tab->redraw(); } void show_grid_cb(Fl_Widget *, void *) { |
