X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/455f7c8205e5dc29d99026b158ae0a394dccc839..d863389f773348f5b6e06243050d4379d66de05d:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 6208995cd0..5807769612 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -486,6 +486,7 @@ bool wxApp::Yield(bool onlyIfNeeded) s_inYield = true; + wxEventLoopGuarantor dummyLoopIfNeeded; while (wxTheApp && wxTheApp->Pending()) wxTheApp->Dispatch();