mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 08:41: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
b428500e1e
commit
5bff381e43
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@
|
||||||
|
|
||||||
if (_copiesOnScroll && _window)
|
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.
|
// then tell docview to draw the exposed parts.
|
||||||
// intersection is the common rectangle
|
// intersection is the common rectangle
|
||||||
intersection = NSIntersectionRect(originalBounds, newBounds);
|
intersection = NSIntersectionRect(originalBounds, newBounds);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue