Skip to content

Commit

Permalink
Do not have the main lumina-pdf window grab the keyboard.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
beanpole135 committed Nov 21, 2017
1 parent 8f2333a commit 7de410f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-qt5/desktop-utils/lumina-pdf/mainUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 7de410f

Please sign in to comment.