FLUID: i18n panel redraw fix

This commit is contained in:
Matthias Melcher 2023-08-08 18:02:53 +02:00
parent f9e206e013
commit 06e8cf98a6

View File

@ -84,7 +84,8 @@ void i18n_type_cb(Fl_Choice *c, void *v) {
i18n_posix_group->show(); i18n_posix_group->show();
break; break;
} }
// make sure that the outside labels are redrawn too.
w_settings_i18n_tab->redraw();
} }
void show_grid_cb(Fl_Widget *, void *) { void show_grid_cb(Fl_Widget *, void *) {