Fixed selecting text in textviews which was broken by my previous fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-11 16:40:02 +00:00
parent ca71e9de80
commit 025eee8a38

View file

@ -1,3 +1,10 @@
Mon Feb 11 14:30:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSLayoutManager.m ([-textContainerChangedTextView:]):
Update _firstTextView even if there is a single text view.
* Source/NSTextContainer.m ([-setTextView:]): Always inform the
layout manager that the textview is changed.
2002-02-11 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSBundleAdditions.m: