Prevent use of deleted wxDocMDIChildFrame in wxView dtor
Revert0d8737fd, it became unnecessary aftera9e2e6e5and preventsb7341fe0from working properly See #5066
This commit is contained in:
parent
b8ff711460
commit
d456d2d60e
1 changed files with 0 additions and 3 deletions
|
|
@ -722,9 +722,6 @@ public:
|
|||
|
||||
virtual bool Destroy() wxOVERRIDE
|
||||
{
|
||||
// FIXME: why exactly do we do this? to avoid activation events during
|
||||
// destructions maybe?
|
||||
m_childView = NULL;
|
||||
return BaseClass::Destroy();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue