mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Improved application recreation after language change
This commit is contained in:
@@ -213,9 +213,7 @@ public:
|
||||
|
||||
public:
|
||||
Tab(wxNotebook* parent, const wxString& title, const char* name);
|
||||
~Tab() {
|
||||
wxGetApp().delete_tab_from_list(this);
|
||||
}
|
||||
~Tab() {}
|
||||
|
||||
wxWindow* parent() const { return m_parent; }
|
||||
wxString title() const { return m_title; }
|
||||
|
||||
Reference in New Issue
Block a user