mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:20:37 +00:00
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:
parent
9bd438fbd4
commit
8509398476
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue