mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +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
d4e85d8f8d
commit
9a35c03430
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>
|
2010-08-11 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||||
|
|
||||||
* Source/NSComboBox.m (-textView:doCommandBySelector:): New
|
* Source/NSComboBox.m (-textView:doCommandBySelector:): New
|
||||||
|
|
|
@ -2600,8 +2600,9 @@ static SEL getSel;
|
||||||
|
|
||||||
for (j = 0; j < _numCols; j++)
|
for (j = 0; j < _numCols; j++)
|
||||||
{
|
{
|
||||||
NSCell *aCell = _cells[i][j];;
|
NSCell *aCell = _cells[i][j];
|
||||||
unsigned int mask = 0;
|
unsigned int mask = 0;
|
||||||
|
|
||||||
if ([aCell respondsToSelector:@selector(keyEquivalentModifierMask)])
|
if ([aCell respondsToSelector:@selector(keyEquivalentModifierMask)])
|
||||||
mask = [(NSButtonCell *)aCell keyEquivalentModifierMask];
|
mask = [(NSButtonCell *)aCell keyEquivalentModifierMask];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue