mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Temporary changes and code cleaning
This commit is contained in:
parent
9ce9b87e81
commit
8f6e3cc43b
11 changed files with 92 additions and 281 deletions
|
@ -42,6 +42,8 @@ enum ConfigMenuIDs {
|
|||
|
||||
class Tab;
|
||||
|
||||
static wxString dots("…", wxConvUTF8);
|
||||
|
||||
class GUI_App : public wxApp
|
||||
{
|
||||
bool no_plater{ false };
|
||||
|
@ -112,6 +114,7 @@ public:
|
|||
void get_installed_languages(wxArrayString & names, wxArrayLong & identifiers);
|
||||
|
||||
ConfigMenuIDs get_view_mode();
|
||||
void update_mode();
|
||||
|
||||
void add_config_menu(wxMenuBar *menu);
|
||||
bool check_unsaved_changes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue