More strict checking of special cases in GSSimpleLayoutManager

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13684 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-05-22 12:35:54 +00:00
parent 0d7e20cacf
commit add16ebfca

View file

@ -1,3 +1,13 @@
2002-05-17 Georg Fleischmann <georg@vhf.de>
* gui/Source/GSSimpleLayoutManager.m
([-lineLayoutIndexForPoint:]): cast the count of
_lineLayoutInformation to integer in MAX(). test if max is zero.
([-glyphRangeForLineLayoutRange:]): test if count of
_lineLayoutInformation is zero.
([-drawLinesInLineRange:]): test if count of
_lineLayoutInformation is zero (Modification by Nicola).
Wed May 22 13:02:02 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/Functions.m (NSHighlightRect): Do not flush the window.