mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 13:00:41 +00:00
Indentation fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4d3dd3486
commit
1aa652975e
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-10 16:36 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
|
* Source/NSScrollView.m (-drawRect:): Indentation fixes after last
|
||||||
|
patch.
|
||||||
|
|
||||||
2004-01-09 Serg Stoyan <stoyan@on.com.ua>
|
2004-01-09 Serg Stoyan <stoyan@on.com.ua>
|
||||||
|
|
||||||
* Source/NSBrowser.m:
|
* Source/NSBrowser.m:
|
||||||
|
|
|
@ -932,9 +932,9 @@ static float scrollerWidth;
|
||||||
{
|
{
|
||||||
DPSmoveto(ctxt, [_vertScroller frame].origin.x + scrollerWidth,
|
DPSmoveto(ctxt, [_vertScroller frame].origin.x + scrollerWidth,
|
||||||
[_vertScroller frame].origin.y - 1);
|
[_vertScroller frame].origin.y - 1);
|
||||||
DPSrlineto(ctxt, 0, [_vertScroller frame].size.height+1);
|
DPSrlineto(ctxt, 0, [_vertScroller frame].size.height + 1);
|
||||||
DPSstroke(ctxt);
|
DPSstroke(ctxt);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_hasHorizScroller)
|
if (_hasHorizScroller)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue