diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index 6950009cb0..871a443c0e 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -288,6 +288,8 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event) SetCursor(* wxSTANDARD_CURSOR); } #endif // __WXGTK__ + + m_needUpdating = FALSE; } else if (event.Dragging() && (m_dragMode == wxSPLIT_DRAG_DRAGGING)) {