(-mouseDown:): Don't call -containsAttachments.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19834 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2004-08-07 11:22:26 +00:00
parent 2030d80788
commit 374c5a85fe
2 changed files with 31 additions and 29 deletions

View file

@ -1,3 +1,8 @@
2004-08-07 13:18 Alexander Malmberg <alexander@malmberg.org>
* Source/NSTextView.m (-mouseDown:): Remove -containsAttachments
call.
2004-08-06 14:13 Alexander Malmberg <alexander@malmberg.org>
* Source/NSPasteboard.m (-pasteboard:provideDataForType:): Print

View file

@ -4087,8 +4087,6 @@ other than copy/paste or dragging. */
click gets sent to them; the other clicks select by
word/paragraph as usual. */
if (granularity == NSSelectByCharacter)
{
if ([_textStorage containsAttachments])
{
NSTextAttachment *attachment;
@ -4121,7 +4119,6 @@ other than copy/paste or dragging. */
}
}
}
}
/* This is the code for handling click event on a link (a link
is some chars with the NSLinkAttributeName set to something