]> sigrok.org Git - pulseview.git/commit - pv/view/view.cpp
Bring back sticky scroll and coloured background shortcuts.
authorPiotr Esden-Tempski <redacted>
Sat, 4 Mar 2017 09:06:22 +0000 (01:06 -0800)
committerUwe Hermann <redacted>
Sat, 4 Mar 2017 15:09:45 +0000 (16:09 +0100)
commit9eae6de4dd0a3c628026eca6ca55cef8b70bfa86
tree782f4708e8511f28bfcc074dc59fd80521afb662
parent7b254679cb45fc4d032fe68c0797642a237f0fa6
Bring back sticky scroll and coloured background shortcuts.

Converted the actions to QShortcut. We do not use the actions anywhere
else in the code and they were not being triggered using the setShortcut
setting. Additionally expanded the view background color to be a
toggleable attribute.

This fixes bugs #907 and #908.
pv/mainwindow.cpp
pv/mainwindow.hpp
pv/view/view.cpp
pv/view/view.hpp