mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:40:48 +00:00
* Source/NSMatrix.m ([NSMatrix -_mouseDownNonListMode:]): does not
performSelector is the mouse goes up in cell. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9677 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33cc5feb49
commit
b207eef86a
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-04-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||||
|
|
||||||
|
* Source/NSMatrix.m ([NSMatrix -_mouseDownNonListMode:]): does not
|
||||||
|
performSelector is the mouse goes up in cell.
|
||||||
|
|
||||||
2001-04-22 Georg Fleischmann
|
2001-04-22 Georg Fleischmann
|
||||||
|
|
||||||
* gui/Source/GSTextStorage.m:
|
* gui/Source/GSTextStorage.m:
|
||||||
|
|
|
@ -2092,13 +2092,6 @@ static SEL getSel;
|
||||||
}
|
}
|
||||||
[self sendAction];
|
[self sendAction];
|
||||||
}
|
}
|
||||||
else if (_selectedCell != nil && ([_selectedCell target] == nil))
|
|
||||||
{
|
|
||||||
// selected cell has no target so send single
|
|
||||||
// click action to matrix's (self's) target
|
|
||||||
if (_target)
|
|
||||||
[_target performSelector: _action withObject: self];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue