win->GetEventHandler()->ProcessEvent(event);
- win->OnInternalIdle();
-
if (event.MoreRequested())
needMore = TRUE;
node = node->Next();
}
+ win->OnInternalIdle();
+
return needMore;
}
{
// While the GUI isn't working that well, just print out the
// message.
-#if 0
+#if 1
wxAppBase::OnAssert(file, line, msg);
#else
wxString msg2;