X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d94e268dd7bc0e8edcec0c3d5668d872f2c0349..264cb7f5f33e6d4fcae54093f5169c559190ecd0:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index f0d9d17603..ba0af83d73 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -543,13 +543,11 @@ void Window::Show(bool show) { void Window::InvalidateAll() { GETWIN(id)->Refresh(false); - wxWakeUpIdle(); } void Window::InvalidateRectangle(PRectangle rc) { wxRect r = wxRectFromPRectangle(rc); GETWIN(id)->Refresh(false, &r); - wxWakeUpIdle(); } void Window::SetFont(Font &font) {