diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index c9a448aa4d..0098d1a396 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -2292,6 +2292,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();