Single Click not Called on NSTextAttachment
Single Click not Called on NSTextAttachment
- Subject: Single Click not Called on NSTextAttachment
- From: Gordon Apple <email@hidden>
- Date: Thu, 08 Aug 2013 09:37:42 -0500
- Thread-topic: Single Click not Called on NSTextAttachment
I¹ve added resize capability for image attachments in my subclass of
NSTextView. Currently, this gets triggered by a double-click on the
attachment. I would prefer to do this with a single-click so I can reserve
double-click for launching an editor for some types of attachments. (I
suppose I could use option-double-click.) However, for some reason, the
single-click delegate method never gets called. What could interfere with
this?
This is in a floating textView for editing text objects.
³allowsImagingEditing² is set, although I¹ve never been clear on its
purpose.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden