Fixed click on text attachments in text views to be processed also if

set imports graphics is NO


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11228 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-23 20:59:50 +00:00
parent e9f5fe627b
commit 80b15499dd

View file

@ -1,3 +1,10 @@
Tue Oct 23 04:16:57 2001 Nicola Pero <n.pero@mi.flashnet.it>
Patch by Ludovic Marcotte <ludovic@sophos.ca>:
* Source/NSTextView.m ([-mouseDown:]): Check if the click was on a
text attachment cell only if the text storage contains text
attachments, rather than only if the text view imports graphics.
Tue Oct 23 15:06:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
Patch by Ludovic Marcotte <ludovic@sophos.ca>: