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:
Riccardo Mottola 2010-08-13 21:17:39 +00:00
parent c33ce9acb6
commit 7a770b1402
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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];