Skip to content

Commit

Permalink
Merge branch 'issue-182-mouse-wheel'
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyedel committed Sep 13, 2016
2 parents ce57eca + dda3d03 commit 388f224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdfviewerwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ void PDFViewerWindow::wheelEvent(QWheelEvent* e)
DEBUGOUT << "Next";
emit nextPageRequested();
}
e->accept();
}

void PDFViewerWindow::keyPressEvent(QKeyEvent* e)
Expand Down

0 comments on commit 388f224

Please sign in to comment.