Fixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1017,7 +1017,7 @@ bool wxApp::SendIdleEvents()
|
|||||||
{
|
{
|
||||||
bool needMore = FALSE;
|
bool needMore = FALSE;
|
||||||
|
|
||||||
wxWindowList::Node* node = wxTopLevelWindows.First();
|
wxWindowList::Node* node = wxTopLevelWindows.GetFirst();
|
||||||
while (node)
|
while (node)
|
||||||
{
|
{
|
||||||
wxWindow* win = node->GetData();
|
wxWindow* win = node->GetData();
|
||||||
|
Reference in New Issue
Block a user