diff options
author | corvid <corvid@dillo.org> | 2014-01-14 18:39:40 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2014-01-14 18:39:40 +0000 |
commit | 2d9a9d80894d673a99522dd33ae27da2bc432dda (patch) | |
tree | bc6b795c3836f253dad209d946ca9acd800bfc1d | |
parent | 40abd170cc8c735a99bfb34860793c49f39a9500 (diff) |
comment
to a quick glance, that looked like division could be involved.
-rw-r--r-- | dw/fltkviewport.cc | 2 |
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; |