diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-21 10:20:06 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-21 10:20:06 -0500 |
commit | 7de410fca082c16f4e725d86b3558e441c619590 (patch) | |
tree | e502fd610f382e87d0ae02c2c296dd828b33fa74 /src-qt5/desktop-utils | |
parent | Make sure the window list get updated *as soon as* the workspace changes. (diff) | |
download | lumina-7de410fca082c16f4e725d86b3558e441c619590.tar.gz lumina-7de410fca082c16f4e725d86b3558e441c619590.tar.bz2 lumina-7de410fca082c16f4e725d86b3558e441c619590.zip |
Do not have the main lumina-pdf window grab the keyboard.
This breaks the consistency of keyboard shortcuts between presentation mode and normal viewing, but the up/down arrows will properly scroll the window now if a partial-page view mode is selected.
Diffstat (limited to 'src-qt5/desktop-utils')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/mainUI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp b/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp index 39402622..7a310e85 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp @@ -94,7 +94,6 @@ MainUI::MainUI() : QMainWindow(), ui(new Ui::MainUI()){ //Now set the default state of the menu's and actions ui->menuStart_Presentation->setEnabled(false); ui->actionStop_Presentation->setEnabled(false); - this->grabKeyboard(); } MainUI::~MainUI(){ |