don't restore the focus manually after closing the dialog, default Windows behaviour seems to work just fine now (see #10240)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-21 01:33:15 +00:00
parent d1935bf638
commit 88a6739128
2 changed files with 3 additions and 44 deletions

View File

@@ -120,8 +120,6 @@ private:
// gripper if we have one
void OnWindowCreate(wxWindowCreateEvent& event);
wxWindow* m_oldFocus;
bool m_endModalCalled; // allow for closing within InitDialog
#if wxUSE_TOOLBAR && defined(__POCKETPC__)