mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 09:51:08 +00:00
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:
parent
0d7e20cacf
commit
add16ebfca
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue