mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
(-mouseDown:): Send the action for simple clicks even if the selection changed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1e0e0181e
commit
53747396be
2 changed files with 8 additions and 1 deletions
|
@ -4555,7 +4555,9 @@ byExtendingSelection: (BOOL)flag
|
|||
{
|
||||
[self _postSelectionDidChangeNotification];
|
||||
}
|
||||
else if (!mouseMoved)
|
||||
|
||||
/* If this was a simple click (ie. no dragging), we send our action. */
|
||||
if (!mouseMoved)
|
||||
{
|
||||
/*
|
||||
_clickedRow and _clickedColumn are already set at the start of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue