1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Fixed conflicts after merge with master branch

This commit is contained in:
Enrico Turri
2018-06-25 15:26:37 +02:00
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ void add_config_menu(wxMenuBar *menu, int event_preferences_changed, int event_l
save_language();
show_info(g_wxTabPanel, _(L("Application will be restarted")), _(L("Attention!")));
if (event_language_change > 0) {
g_3DScene->remove_all_canvases();// remove all canvas before recreate GUI
_3DScene::remove_all_canvases();// remove all canvas before recreate GUI
wxCommandEvent event(event_language_change);
g_wxApp->ProcessEvent(event);
}