1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Fixed OSX/Linux build

Destroy Settings Dialog when close application
This commit is contained in:
YuSanka
2020-05-05 09:35:28 +02:00
parent 53516c8086
commit 43be7a51aa
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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;