fix self-reference on an order-finalized object (Windows)
svn: r12126
This commit is contained in:
parent
7fa7465280
commit
4ae0c12a1e
|
@ -172,6 +172,8 @@ wxWindow::wxWindow(void)
|
||||||
winEnabled = TRUE;
|
winEnabled = TRUE;
|
||||||
|
|
||||||
focusWindow = NULL;
|
focusWindow = NULL;
|
||||||
|
|
||||||
|
WXGC_IGNORE(this, focusWindow); // can be a self pointer in a frame
|
||||||
}
|
}
|
||||||
|
|
||||||
// Destructor
|
// Destructor
|
||||||
|
|
Loading…
Reference in New Issue
Block a user