]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows
authorJ. Russell Smyth <drfish@cox.net>
Tue, 30 Mar 1999 17:28:16 +0000 (17:28 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Tue, 30 Mar 1999 17:28:16 +0000 (17:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 91433c5051fcd665d4c8ba20085034be1e4aebb9..71d518c4e772e4541189d045fce885bc04270927 100644 (file)
@@ -1017,7 +1017,7 @@ bool wxApp::SendIdleEvents()
 {
     bool needMore = FALSE;
 
-    wxWindowList::Node* node = wxTopLevelWindows.First();
+    wxWindowList::Node* node = wxTopLevelWindows.GetFirst();
     while (node)
     {
         wxWindow* win = node->GetData();