From: Václav Slavík <vslavik@fastmail.fm>
Date: Thu, 31 May 2001 23:02:06 +0000 (+0000)
Subject: yet another attempt to wxFrame's last focus bug
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dbae17a2e0553c54eb6e69d64cda95a6ac4595ad

yet another attempt to wxFrame's last focus bug


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/msw/window.cpp b/src/msw/window.cpp
index ae5cf582a6..fb7bb67368 100644
--- a/src/msw/window.cpp
+++ b/src/msw/window.cpp
@@ -297,7 +297,7 @@ wxWindow::~wxWindow()
         {
             if ( frame->GetLastFocus() == this )
                 frame->SetLastFocus((wxWindow*)NULL);
-            break;
+            //break;
         }
     }