diff --git a/ChangeLog b/ChangeLog index 39ca810e2..2e8f52635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-10 16:36 Alexander Malmberg + + * Source/NSScrollView.m (-drawRect:): Indentation fixes after last + patch. + 2004-01-09 Serg Stoyan * Source/NSBrowser.m: diff --git a/Source/NSScrollView.m b/Source/NSScrollView.m index 9b4fec8c8..25f5d16f6 100644 --- a/Source/NSScrollView.m +++ b/Source/NSScrollView.m @@ -932,9 +932,9 @@ static float scrollerWidth; { DPSmoveto(ctxt, [_vertScroller frame].origin.x + scrollerWidth, [_vertScroller frame].origin.y - 1); - DPSrlineto(ctxt, 0, [_vertScroller frame].size.height+1); - DPSstroke(ctxt); - } + DPSrlineto(ctxt, 0, [_vertScroller frame].size.height + 1); + DPSstroke(ctxt); + } if (_hasHorizScroller) {