mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 19:00:59 +00:00
(-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:
parent
2030d80788
commit
374c5a85fe
2 changed files with 31 additions and 29 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue