Replace SendIdleEvents with ProcessIdle.
Remove unused variable. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -169,7 +169,7 @@ bool wxReparenter::WaitAndReparent(wxWindow* newParent, wxAdoptedWindow* toRepar
|
||||
{
|
||||
#if wxUSE_TIMER
|
||||
wxTimer::NotifyTimers();
|
||||
wxTheApp->SendIdleEvents();
|
||||
wxTheApp->ProcessIdle();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user