Implement ticks for level indicator. Code by Christopher Elsmore

<elsmorian@gmail.com>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25378 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-08-03 17:19:26 +00:00
parent b0d6cd3485
commit 0572190f62
4 changed files with 283 additions and 168 deletions

View file

@ -2254,8 +2254,8 @@ convert_rect_using_matrices(NSRect aRect, NSAffineTransform *matrix1,
/*
* If we still need display after displaying the invalid rectangle,
* this means, some subviews still need to display. For opaque subviews
* there invalid rectangle may even overlap the original aRect.
* this means that some subviews still need to display. For opaque subviews
* their invalid rectangle may even overlap the original aRect.
* Display any subview that need display.
*/
if (_rFlags.needs_display == YES)