Removed check for height of line being 0, which should not be needed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-24 12:16:07 +00:00
parent 98e28060d7
commit aebc25e676

View file

@ -1580,13 +1580,7 @@ static NSNotificationCenter *nc;
rect.size.width = 1;
if (rect.size.height == 0)
{
rect.size.height = 12;
}
_insertionPointRect = rect;
/* Remember horizontal position of insertion point */
_originalInsertPoint = _insertionPointRect.origin.x;