mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:57:39 +00:00
Merge 0.6.6 branch into main.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7188 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1bbe54ace
commit
8298410a10
28 changed files with 728 additions and 709 deletions
|
@ -1069,6 +1069,10 @@ container, returning the modified location. */
|
|||
|
||||
- (void) drawRect: (NSRect)aRect
|
||||
{
|
||||
// currently use super implementation, which is working,
|
||||
// although the code here is correcter
|
||||
[super drawRect: aRect];
|
||||
/*
|
||||
NSRange glyphRange;
|
||||
NSLayoutManager *layoutManager = [self layoutManager];
|
||||
|
||||
|
@ -1083,6 +1087,7 @@ container, returning the modified location. */
|
|||
[layoutManager drawGlyphsForGlyphRange: glyphRange
|
||||
atPoint: [self frame].origin];
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue