mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
set default _keyEquivalentModifierMask to 0; anything else breaks the most common case: Return
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/testplant_1@29002 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
61fb17e0b5
commit
f3072e79af
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ typedef struct _GSButtonCellFlags
|
|||
[self setButtonType: NSMomentaryPushInButton];
|
||||
_delayInterval = 0.4;
|
||||
_repeatInterval = 0.075;
|
||||
_keyEquivalentModifierMask = NSCommandKeyMask;
|
||||
_keyEquivalentModifierMask = 0; //NSCommandKeyMask;
|
||||
_keyEquivalent = @"";
|
||||
_altContents = @"";
|
||||
_gradient_type = NSGradientNone;
|
||||
|
|
Loading…
Reference in a new issue