mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
Removed the method [acceptsFirstResponder] as NSControls version
is now used. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16179 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
247d0a905b
commit
378d217e96
2 changed files with 0 additions and 10 deletions
|
@ -317,11 +317,6 @@ id _nsbuttonCellClass = nil;
|
|||
//
|
||||
// Determining the first responder
|
||||
//
|
||||
- (BOOL) acceptsFirstResponder
|
||||
{
|
||||
return [self isEnabled];
|
||||
}
|
||||
|
||||
- (BOOL) becomeFirstResponder
|
||||
{
|
||||
[_window disableKeyEquivalentForDefaultButtonCell];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue