This commit is contained in:
OnFlApp 2025-03-26 08:50:19 +01:00 committed by GitHub
commit f12fbb9f77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@
if (type == NSLeftMouseUp)
{
if ([theEvent clickCount] == 2)
if ([theEvent clickCount] >= 2)
{
if (delegate != nil && [delegate respondsToSelector:
@selector(textView:doubleClickedOnCell:inRect:)])
@ -167,7 +167,7 @@
if (type == NSLeftMouseDown)
{
if ([theEvent clickCount] == 2)
if ([theEvent clickCount] >= 2)
{
if (delegate != nil)
{