aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@dillo.org>2014-01-14 18:39:40 +0000
committercorvid <corvid@dillo.org>2014-01-14 18:39:40 +0000
commit2d9a9d80894d673a99522dd33ae27da2bc432dda (patch)
treebc6b795c3836f253dad209d946ca9acd800bfc1d
parent40abd170cc8c735a99bfb34860793c49f39a9500 (diff)
comment
to a quick glance, that looked like division could be involved.
-rw-r--r--dw/fltkviewport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewport.cc b/dw/fltkviewport.cc
index 9603c508..707c0bd7 100644
--- a/dw/fltkviewport.cc
+++ b/dw/fltkviewport.cc
@@ -393,7 +393,7 @@ void FltkViewport::scrollTo (int x, int y)
}
/* multiple calls to scroll can happen before a redraw occurs.
- * scrollDX / scrollDY can therefore be non-zero here.
+ * scrollDX and scrollDY can therefore be non-zero here.
*/
updateCanvasWidgets (x - scrollX, y - scrollY);
scrollDX += x - scrollX;