]> sigrok.org Git - pulseview.git/commit
Fix bug #235. Add shortcut keys for View/Zoom In (Ctrl++) and View/Zoom Out (Ctrl+-)
authorulflulfl <redacted>
Sat, 1 Feb 2014 18:04:47 +0000 (18:04 +0000)
committerJoel Holdsworth <redacted>
Sat, 1 Feb 2014 18:07:32 +0000 (18:07 +0000)
commitd2899ad580eea569f3b167e8c9ebcb913194c6b6
treea0202987d99e3eeb00a5cbd0dd7ad6c640258bf9
parent9242129958c996f9ff71da7c7b74d7983b5c59f6
Fix bug #235. Add shortcut keys for View/Zoom In (Ctrl++) and View/Zoom Out (Ctrl+-)

These are the shortcut keys for zoom in and out as suggested by
QT. Works with the normal keyboard and numpad keys.

Seems that the preferred simple + and - keys have an issue.
While the - key is working and displayed in the menu as expected,
the + key is zooming but not displayed at View/Zoom In
in the menu. I've tried several attempts.
pv/mainwindow.cpp