diff options
author | Carl Friedrich Bolz <cfbolz@gmx.de> | 2014-02-03 11:48:28 +0100 |
---|---|---|
committer | Carl Friedrich Bolz <cfbolz@gmx.de> | 2014-02-03 11:48:28 +0100 |
commit | bef5f8bb72691bd7c0fb361c111037fafeb74dc8 (patch) | |
tree | 36d0d3b27821efe4cdecad8f395b0d4d9b4051dd /dotviewer | |
parent | support the scroll wheel (and the fany all-direction scrolling) (diff) | |
download | pypy-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.py | 1 |
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 |