mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Indented comment at 80
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3377703de0
commit
5eeb5e1bf8
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@
|
|||
|
||||
if (_copiesOnScroll && _window)
|
||||
{
|
||||
// copy the portion of the view that is common before and after scrolling.
|
||||
// copy the portion of the view that is common before
|
||||
// and after scrolling.
|
||||
// then tell docview to draw the exposed parts.
|
||||
// intersection is the common rectangle
|
||||
intersection = NSIntersectionRect(originalBounds, newBounds);
|
||||
|
|
Loading…
Reference in a new issue