mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Removed Localization to GUI_App
+ cleaned code from some global variables (App, AppConfig, PresetBundle, MainFrame, tab_panels..)
This commit is contained in:
parent
08c6905751
commit
40022861c8
11 changed files with 185 additions and 525 deletions
|
@ -15,9 +15,8 @@ class PreferencesDialog : public wxDialog
|
|||
{
|
||||
std::map<std::string, std::string> m_values;
|
||||
std::shared_ptr<ConfigOptionsGroup> m_optgroup;
|
||||
int m_event_preferences;
|
||||
public:
|
||||
PreferencesDialog(wxWindow* parent, int event_preferences);
|
||||
PreferencesDialog(wxWindow* parent);
|
||||
~PreferencesDialog(){ }
|
||||
|
||||
void build();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue