From 172178258df8f79c822d6c2f19e7887b9c71809e Mon Sep 17 00:00:00 2001 From: JJones780 Date: Wed, 10 Apr 2019 01:01:09 -0600 Subject: [PATCH] Allow drawing to begin with control or alt keys held down. --- src/gui/PageView.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/PageView.cpp b/src/gui/PageView.cpp index 468504f0..12c3511d 100644 --- a/src/gui/PageView.cpp +++ b/src/gui/PageView.cpp @@ -329,10 +329,6 @@ bool XojPageView::onButtonPressEvent(const PositionInputData& pos) { XOJ_CHECK_TYPE(XojPageView); - if ((pos.state & (GDK_CONTROL_MASK | GDK_MOD1_MASK)) != 0) - { - return false; // not handled here - } if (!this->selected) {