Fixed idle event processing in wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ae54422d9d
commit
df7f0a04ba
@ -83,9 +83,7 @@ private:
|
|||||||
|
|
||||||
static bool SendIdleMessage()
|
static bool SendIdleMessage()
|
||||||
{
|
{
|
||||||
wxIdleEvent event;
|
return wxTheApp->ProcessIdle();
|
||||||
|
|
||||||
return wxTheApp->ProcessEvent(event) && event.MoreRequested();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxEventLoopImpl::SendIdleMessage()
|
bool wxEventLoopImpl::SendIdleMessage()
|
||||||
|
Loading…
Reference in New Issue
Block a user