mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 00:11:11 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8854 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8cc744c948
commit
7b6653631f
3 changed files with 12 additions and 4 deletions
|
@ -727,7 +727,9 @@ static Class rulerViewClass = nil;
|
|||
horizLineLength -= scrollerWidth + 2 * borderThickness;
|
||||
DPSmoveto(ctxt, horizLinePosition, borderThickness);
|
||||
if (_rFlags.flipped_view)
|
||||
DPSrmoveto(ctxt, 0, headerViewHeight);
|
||||
{
|
||||
DPSrmoveto(ctxt, 0, headerViewHeight);
|
||||
}
|
||||
DPSrlineto(ctxt, 0, _bounds.size.height - headerViewHeight
|
||||
- 2 * borderThickness - 1);
|
||||
DPSstroke(ctxt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue