X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/455f7c8205e5dc29d99026b158ae0a394dccc839..80e5b0b1434abc35ec77279ee42b5237bdee854d:/src/motif/app.cpp?ds=sidebyside 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();