aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Friedrich Bolz <cfbolz@gmx.de>2014-02-03 11:48:28 +0100
committerCarl Friedrich Bolz <cfbolz@gmx.de>2014-02-03 11:48:28 +0100
commitbef5f8bb72691bd7c0fb361c111037fafeb74dc8 (patch)
tree36d0d3b27821efe4cdecad8f395b0d4d9b4051dd /dotviewer
parentsupport the scroll wheel (and the fany all-direction scrolling) (diff)
downloadpypy-bef5f8bb72691bd7c0fb361c111037fafeb74dc8.tar.gz
pypy-bef5f8bb72691bd7c0fb361c111037fafeb74dc8.tar.bz2
pypy-bef5f8bb72691bd7c0fb361c111037fafeb74dc8.zip
also add this to the help message
Diffstat (limited to 'dotviewer')
-rw-r--r--dotviewer/graphdisplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotviewer/graphdisplay.py b/dotviewer/graphdisplay.py
index 1002c0e97e..f07bab41dd 100644
--- a/dotviewer/graphdisplay.py
+++ b/dotviewer/graphdisplay.py
@@ -136,6 +136,7 @@ class GraphDisplay(Display):
Click on objects to move around
Drag with the left mouse button to zoom in/out
Drag with the right mouse button to scroll
+ Use scroll wheel do scroll up or down
""".replace('\n ', '\n').strip() # poor man's dedent