diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-08 18:02:53 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-08 18:03:23 +0200 |
| commit | 06e8cf98a6a08c202333bff893be55741961bfd3 (patch) | |
| tree | e931339b8af8a427a5e860279448cb975ec4d0ed | |
| parent | f9e206e013547d8256c0d075fd8b54861b8c7a64 (diff) | |
FLUID: i18n panel redraw fix
| -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 *) { |
