From 2a7f17c1b20d5600c4cf93e3af1c71da2bc390c6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 5 May 2005 09:38:58 +0000 Subject: [PATCH] Mac function no longer exists (OK, so this is deprecated, but...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/utils/wxrcedit/splittree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/utils/wxrcedit/splittree.cpp b/contrib/utils/wxrcedit/splittree.cpp index ace263423c..47dbc41f74 100644 --- a/contrib/utils/wxrcedit/splittree.cpp +++ b/contrib/utils/wxrcedit/splittree.cpp @@ -665,7 +665,7 @@ void wxSplitterScrolledWindow::OnScroll(wxScrollWinEvent& event) } #ifdef __WXMAC__ - m_targetWindow->MacUpdateImmediately() ; + m_targetWindow->Update() ; #endif inOnScroll = false; -- 2.50.0