mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
[NSButtonCell _init]: assign @"" to _keyEquivalent and to _altContents
This behaviour is more consistent with other OPENSTEP implementations. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11231 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff7cace057
commit
f6fffa7aba
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@
|
|||
_delayInterval = 0.4;
|
||||
_repeatInterval = 0.075;
|
||||
_keyEquivalentModifierMask = NSCommandKeyMask;
|
||||
_keyEquivalent = @"";
|
||||
_altContents = @"";
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue