mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:51:55 +00:00
Merge 81455c2257
into 43feefce68
This commit is contained in:
commit
b1ddc879b2
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
if (type == NSLeftMouseUp)
|
if (type == NSLeftMouseUp)
|
||||||
{
|
{
|
||||||
if ([theEvent clickCount] == 2)
|
if ([theEvent clickCount] >= 2)
|
||||||
{
|
{
|
||||||
if (delegate != nil && [delegate respondsToSelector:
|
if (delegate != nil && [delegate respondsToSelector:
|
||||||
@selector(textView:doubleClickedOnCell:inRect:)])
|
@selector(textView:doubleClickedOnCell:inRect:)])
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
|
|
||||||
if (type == NSLeftMouseDown)
|
if (type == NSLeftMouseDown)
|
||||||
{
|
{
|
||||||
if ([theEvent clickCount] == 2)
|
if ([theEvent clickCount] >= 2)
|
||||||
{
|
{
|
||||||
if (delegate != nil)
|
if (delegate != nil)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue