Fixed dangling pointer bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5b0c31c300
commit
987bb1c66b
@ -2293,6 +2293,8 @@ void wxAuiManager::GetDockSizeConstraint(double* width_pct, double* height_pct)
|
||||
|
||||
void wxAuiManager::Update()
|
||||
{
|
||||
m_hover_button = NULL;
|
||||
|
||||
wxSizer* sizer;
|
||||
int i, pane_count = m_panes.GetCount();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user