Another try to fix IconRendering on OSX

This commit is contained in:
YuSanka
2018-09-11 12:44:27 +02:00
parent 73ee3f77c3
commit dbf18ed8d4
5 changed files with 9 additions and 9 deletions

View File

@@ -182,7 +182,7 @@ bool select_language(wxArrayString & names, wxArrayLong & identifiers);
// update right panel of the Plater according to view mode
void update_mode();
void show_info_sizer(bool show);
void show_info_sizer(const bool show, const bool is_update_settinfs = false);
std::vector<Tab *>& get_tabs_list();
bool checked_tab(Tab* tab);