]> 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 02:34:50 +0000 (02:34 +0000)
committerUnknown (NI) <nobody@localhost>
Mon, 13 Mar 2000 02:34:50 +0000 (02:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/splitter.cpp

index 871a443c0e5442391ae05718ce044e6c5bf0a05a..e6a00ded5eb36c6f195a91da22160dee67532b96 100644 (file)
@@ -266,6 +266,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
         }
 
         SizeWindows();
+        m_needUpdating = FALSE;
     }  // left up && dragging
     else if (event.Moving() && !event.Dragging())
     {