mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
cleaned up code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31135 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c33ce9acb6
commit
7a770b1402
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-08-13 Riccardo Mottola
|
||||
|
||||
* Source/NSMatrix.m
|
||||
cleaned up code
|
||||
|
||||
2010-08-11 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSComboBox.m (-textView:doCommandBySelector:): New
|
||||
|
|
|
@ -2600,8 +2600,9 @@ static SEL getSel;
|
|||
|
||||
for (j = 0; j < _numCols; j++)
|
||||
{
|
||||
NSCell *aCell = _cells[i][j];;
|
||||
NSCell *aCell = _cells[i][j];
|
||||
unsigned int mask = 0;
|
||||
|
||||
if ([aCell respondsToSelector:@selector(keyEquivalentModifierMask)])
|
||||
mask = [(NSButtonCell *)aCell keyEquivalentModifierMask];
|
||||
|
||||
|
|
Loading…
Reference in a new issue