Focus handling fixes - make sure new windows activate on show, ensure focus events...
authorKevin Ollivier <kevino@theolliviers.com>
Tue, 10 Mar 2009 05:07:46 +0000 (05:07 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Tue, 10 Mar 2009 05:07:46 +0000 (05:07 +0000)
commitb42865cee49d490ae0d0bf0951d6449ef7e93025
tree15651b22eb89d17e3f35e025177ecceaa8d32253
parentb13d363b87017dbac11e74d11447288f17b62998
Focus handling fixes - make sure new windows activate on show, ensure focus events call SetWindow with the previous / next focus window respectively, and go back to native behavior for now with acceptsFirstResponder until we can figure out how to pass the results of AcceptsFocus() to it without getting in a loop as the wx API calls native and vice versa.

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