diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 4abd0216ae..7fd2412a14 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -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();