From 06e8cf98a6a08c202333bff893be55741961bfd3 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 8 Aug 2023 18:02:53 +0200 Subject: FLUID: i18n panel redraw fix --- fluid/Fl_Window_Type.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 *) { -- cgit v1.2.3