Call wxAuiManager::UnInit() if associated frame is destroyed
Don't require the application code to explicitly do it if the frame is destroyed before the manager itself.
This commit is contained in:
committed by
Vadim Zeitlin
parent
2ea7090de2
commit
f646532889
@@ -555,6 +555,7 @@ public:
|
||||
protected:
|
||||
|
||||
// protected events
|
||||
void OnDestroy(wxWindowDestroyEvent& evt);
|
||||
void OnPaint(wxPaintEvent& evt);
|
||||
void OnEraseBackground(wxEraseEvent& evt);
|
||||
void OnSize(wxSizeEvent& evt);
|
||||
|
Reference in New Issue
Block a user