Improved application recreation after language change
This commit is contained in:
parent
6044be7793
commit
10641f7e9c
4 changed files with 20 additions and 11 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue