Improved application recreation after language change

This commit is contained in:
YuSanka 2019-01-24 15:32:50 +01:00
parent 6044be7793
commit 10641f7e9c
4 changed files with 20 additions and 11 deletions

View file

@ -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; }