From: Stefan Csomor Date: Wed, 20 Jul 2011 06:36:06 +0000 (+0000) Subject: fixes redraw problems under OSX, see #13345 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7a68fc9c340443d92665321fce78b2d8c87e761b fixes redraw problems under OSX, see #13345 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/stc/ScintillaWX.cpp b/src/stc/ScintillaWX.cpp index 4c45692de7..6d6856895b 100644 --- a/src/stc/ScintillaWX.cpp +++ b/src/stc/ScintillaWX.cpp @@ -1074,9 +1074,7 @@ void ScintillaWX::DoDragLeave() { // Force the whole window to be repainted void ScintillaWX::FullPaint() { -#ifndef __WXMAC__ stc->Refresh(false); -#endif stc->Update(); }