X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f32204b0c4c4cc5069ff41088dcbb5bc23a85b34..eea4d01c65f9b29baa1193db762b4c6b8144af24:/src/stc/ScintillaWX.cpp 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(); }