]> git.saurik.com Git - wxWidgets.git/commit
Override CanFocus because the wxWindow level test will check if the NSTextView's...
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 27 Feb 2010 02:51:45 +0000 (02:51 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 27 Feb 2010 02:51:45 +0000 (02:51 +0000)
commit78a17075019ea5bed5085d3afeb822c47d77a82c
tree880d83da5873f11f1b245bd27a7f3afb5ae125f5
parent26b22ae371c4ba3cfc35deb0f72b4288081b54fd
Override CanFocus because the wxWindow level test will check if the NSTextView's parent scrollview can get keyboard focus, and will return no, meaning that wx won't set the focus to the text ctrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/cocoa/private/textimpl.h
src/osx/cocoa/textctrl.mm
src/osx/cocoa/window.mm