mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed OSX/Linux build
Destroy Settings Dialog when close application
This commit is contained in:
parent
53516c8086
commit
43be7a51aa
3 changed files with 9 additions and 3 deletions
|
@ -73,7 +73,7 @@ class MainFrame : public DPIFrame
|
|||
|
||||
PrintHostQueueDialog *m_printhost_queue_dlg;
|
||||
|
||||
size_t m_last_selected_tab {1};
|
||||
size_t m_last_selected_tab;
|
||||
|
||||
std::string get_base_name(const wxString &full_name, const char *extension = nullptr) const;
|
||||
std::string get_dir_name(const wxString &full_name) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue