]> git.saurik.com Git - wxWidgets.git/commitdiff
someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always...
authorUnknown (NI) <nobody@localhost>
Mon, 13 Mar 2000 01:59:16 +0000 (01:59 +0000)
committerUnknown (NI) <nobody@localhost>
Mon, 13 Mar 2000 01:59:16 +0000 (01:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/splitter.cpp

index 6950009cb04e290edb236e92fb8f9ebd38c0c86c..871a443c0e5442391ae05718ce044e6c5bf0a05a 100644 (file)
@@ -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))
     {