Skip to content

Commit

Permalink
Follow-up to fix non-modal settings highlights
Browse files Browse the repository at this point in the history
for startup
  • Loading branch information
n8bot committed Dec 21, 2021
1 parent fa5069d commit f542d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slic3r/GUI/GUI_App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,8 @@ bool GUI_App::on_init_inner()
update_gui_after_init = false;
#ifdef WIN32
this->mainframe->register_win32_callbacks();
this->force_colors_update();
this->update_ui_from_settings();
#endif
this->post_init();
}
Expand Down

0 comments on commit f542d58

Please sign in to comment.