X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f32204b0c4c4cc5069ff41088dcbb5bc23a85b34..062dfc9a96dc9e796c53544f41ff92dc47f26e82:/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(); }