mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
Handle flipped views
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3709 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d0220da1f
commit
d0d0502814
5 changed files with 319 additions and 36 deletions
|
@ -510,10 +510,10 @@ static Class rulerViewClass = nil;
|
|||
float horizLinePosition, horizLineLength = [self bounds].size.width;
|
||||
float borderThickness = 0;
|
||||
|
||||
fprintf (stderr,
|
||||
"NSScrollView drawRect: origin (%1.2f, %1.2f), size (%1.2f, %1.2f)\n",
|
||||
rect.origin.x, rect.origin.y,
|
||||
rect.size.width, rect.size.height);
|
||||
// fprintf (stderr,
|
||||
// "NSScrollView drawRect: origin (%1.2f, %1.2f), size (%1.2f, %1.2f)\n",
|
||||
// rect.origin.x, rect.origin.y,
|
||||
// rect.size.width, rect.size.height);
|
||||
|
||||
PSgsave ();
|
||||
switch ([self borderType])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue