X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/174046a33c496de95e0703de14bdff15e54b3d14..1dde66dda68a3d712d2f4de0388c4bb3a3375b36:/src/x11/reparent.cpp diff --git a/src/x11/reparent.cpp b/src/x11/reparent.cpp index 5ea7b27c15..e8ce0ba30f 100644 --- a/src/x11/reparent.cpp +++ b/src/x11/reparent.cpp @@ -169,7 +169,7 @@ bool wxReparenter::WaitAndReparent(wxWindow* newParent, wxAdoptedWindow* toRepar { #if wxUSE_TIMER wxTimer::NotifyTimers(); - wxTheApp->SendIdleEvents(); + wxTheApp->ProcessIdle(); #endif } }