X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e3be693d0e18531299c8f45d27d79f23f948eba..a647d42abcf7461dbd3abb88df3262e4bb495f73:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index dd14f9b063..08579d8319 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -691,6 +691,8 @@ bool wxApp::ProcessIdle() event.SetEventObject(this); ProcessEvent(event); + wxUpdateUIEvent::ResetUpdateTime(); + return event.MoreRequested(); }