From: Vadim Zeitlin Date: Wed, 31 Mar 2004 08:15:19 +0000 (+0000) Subject: fixed compilation for Mac (MacUpdateImmediately() doesn't exist any more) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dfc2d51987039c3d287e808f615e4fc1430e6043?ds=inline;hp=31d7fc0f9cb3f5913ecd4a039a816487a6753a93 fixed compilation for Mac (MacUpdateImmediately() doesn't exist any more) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/gizmos/splittree.cpp b/contrib/src/gizmos/splittree.cpp index 3927f0aa7c..b1ac80d820 100644 --- a/contrib/src/gizmos/splittree.cpp +++ b/contrib/src/gizmos/splittree.cpp @@ -733,9 +733,7 @@ void wxSplitterScrolledWindow::OnScroll(wxScrollWinEvent& event) node = node->GetNext(); } -#ifdef __WXMAC__ - m_targetWindow->MacUpdateImmediately() ; -#endif + m_targetWindow->Update() ; inOnScroll = FALSE; }