]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes redraw problems under OSX, see #13345
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 20 Jul 2011 06:36:06 +0000 (06:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 20 Jul 2011 06:36:06 +0000 (06:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/stc/ScintillaWX.cpp

index 4c45692de71eb5e46c10f318741cb7eace29f5b6..6d6856895bad123cfa56705ad031e06c1b8a523d 100644 (file)
@@ -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();
 }