mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Update of the view mode works correctly
This commit is contained in:
parent
bd2371cb03
commit
622c613b41
7 changed files with 26 additions and 15 deletions
|
@ -142,6 +142,8 @@ void save_language();
|
|||
void get_installed_languages(wxArrayString & names, wxArrayLong & identifiers);
|
||||
// select language from the list of installed languages
|
||||
bool select_language(wxArrayString & names, wxArrayLong & identifiers);
|
||||
// update right panel of the Plater according to view mode
|
||||
void update_mode();
|
||||
|
||||
std::vector<Tab *>& get_tabs_list();
|
||||
bool checked_tab(Tab* tab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue