[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnustep-cvs] r22843 - in /libs/gui/trunk: ChangeLog Source/NSMenu.m
From: |
Fred Kiefer |
Subject: |
Re: [Gnustep-cvs] r22843 - in /libs/gui/trunk: ChangeLog Source/NSMenu.m |
Date: |
Mon, 01 May 2006 17:02:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060411 |
Hi Richard,
I just checked this change and found that you have hard coded the value
of NSCommandKeyMask as the modifier. If I see correctly, the modifier
could be changed on the menu item, so it looks better to use [item
keyEquivalentModifierMask]. Most likely this error was already in the
old code and you just moved it around.
Cheers
Fred
Richard Frith-Macdonald wrote:
> Author: rfm
> Date: Sun Apr 30 22:29:30 2006
> New Revision: 22843
>
> URL: http://svn.gna.org/viewcvs/gnustep?rev=22843&view=rev
> Log:
> Fix longstanding bug in key equivalents handling which was previously masked
> by a bug in NSApplication.
>
> Modified:
> libs/gui/trunk/ChangeLog
> libs/gui/trunk/Source/NSMenu.m
>
>
> _______________________________________________
> Gnustep-cvs mailing list
> address@hidden
> https://mail.gna.org/listinfo/gnustep-cvs
>
>
- Re: [Gnustep-cvs] r22843 - in /libs/gui/trunk: ChangeLog Source/NSMenu.m,
Fred Kiefer <=