Fixed bug in deleting last character in a text field

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12866 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-28 01:27:14 +00:00
parent 9bd438fbd4
commit 8509398476

View file

@ -1,3 +1,10 @@
Wed Feb 27 23:16:47 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-drawRect:]): Always clear the whole rect
using the the background color before drawing the new glyphs.
This makes sure we always clear away old glyphs. This fixes the
bug when deleting the last character in a text field.
2002-02-27 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSSimpleLayoutManager.m