]> git.saurik.com Git - wxWidgets.git/commit
* When hiding a wxWindow make sure that none of its subviews are the first
authorDavid Elliott <dfe@tgwbd.org>
Tue, 26 Feb 2008 05:57:42 +0000 (05:57 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 26 Feb 2008 05:57:42 +0000 (05:57 +0000)
commitdee851ec9f34b3c251265189d3718c68b052c9cc
treeeec027776597c51f8b089399a728bf8fdbe1311a
parent877b5c30d6390744e4fc010c538fc6708251f7a8
*   When hiding a wxWindow make sure that none of its subviews are the first
    responder.  If one of them is, make it resign. If it refuses, don't hide
    the window and return false.
*   When showing a wxWindow that has been hidden, schedule a reconfiguration
    of the key-view loop so that tabbing will work correctly.
*   Add some comments about why wxCocoa does what it does.

This makes the widgets sample much more usable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/window.mm