mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
Fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7084274d82
commit
c01e5f1b4d
6 changed files with 51 additions and 6 deletions
|
@ -123,7 +123,9 @@
|
|||
NSGraphicsContext *ctxt = GSCurrentContext();
|
||||
NSRect lRect;
|
||||
NSRect fRect;
|
||||
|
||||
|
||||
item_rect = tabRect;
|
||||
|
||||
DPSgsave(ctxt);
|
||||
|
||||
fRect = tabRect;
|
||||
|
@ -152,6 +154,13 @@
|
|||
DPSgrestore(ctxt);
|
||||
}
|
||||
|
||||
// Non spec
|
||||
|
||||
- (NSRect) _tabRect
|
||||
{
|
||||
return item_rect;
|
||||
}
|
||||
|
||||
// NSCoding protocol.
|
||||
|
||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue