Compile fix for dynarray,
Use wxStreams in dialoged, Small typo in wxApp::OnIdle() Distrib things, wxPython makefile corrections (libpy.c and libptr.c missing) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -414,14 +414,6 @@ bool wxApp::ProcessIdle()
|
||||
event.SetEventObject( this );
|
||||
ProcessEvent( event );
|
||||
|
||||
wxWindowList::Node* node = wxTopLevelWindows.GetFirst();
|
||||
while (node)
|
||||
{
|
||||
wxWindow* win = node->GetData();
|
||||
win->OnInternalIdle();
|
||||
node = node->GetNext();
|
||||
}
|
||||
|
||||
return event.MoreRequested();
|
||||
}
|
||||
|
||||
@@ -485,6 +477,8 @@ bool wxApp::SendIdleEvents( wxWindow* win )
|
||||
|
||||
win->ProcessEvent(event);
|
||||
|
||||
win->OnInternalIdle();
|
||||
|
||||
if (event.MoreRequested())
|
||||
needMore = TRUE;
|
||||
|
||||
|
Reference in New Issue
Block a user