From: Julian Smart Date: Thu, 5 May 2005 09:38:58 +0000 (+0000) Subject: Mac function no longer exists (OK, so this is deprecated, but...) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2a7f17c1b20d5600c4cf93e3af1c71da2bc390c6 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 --- 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;