mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:50:37 +00:00
Handle becomesKeyOnlyIfNeeded in NSPanel properly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14508 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b91e0079e4
commit
61b91e6b57
7 changed files with 94 additions and 3 deletions
|
@ -630,6 +630,11 @@ static Class concrete;
|
|||
* NSView
|
||||
*/
|
||||
|
||||
-(BOOL) needsPanelToBecomeKey
|
||||
{
|
||||
return _tf.is_editable;
|
||||
}
|
||||
|
||||
/* text lays out from top to bottom */
|
||||
- (BOOL) isFlipped
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue