mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
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:
parent
98e28060d7
commit
aebc25e676
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue