From dfc2d51987039c3d287e808f615e4fc1430e6043 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 31 Mar 2004 08:15:19 +0000 Subject: [PATCH 1/1] 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 --- contrib/src/gizmos/splittree.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.45.2