FLUID: i18n panel redraw fix
This commit is contained in:
parent
f9e206e013
commit
06e8cf98a6
@ -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 *) {
|
||||||
|
Loading…
Reference in New Issue
Block a user