From d0e2523ee6d0691473ec439b64ee3011847ffb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Tue, 17 Nov 2020 15:06:59 +0100 Subject: [PATCH] forgot to remove a return used while debugging --- src/gui/UBDocumentNavigator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/UBDocumentNavigator.cpp b/src/gui/UBDocumentNavigator.cpp index b54d82c8..980e8276 100644 --- a/src/gui/UBDocumentNavigator.cpp +++ b/src/gui/UBDocumentNavigator.cpp @@ -358,7 +358,6 @@ void UBDocumentNavigator::mouseReleaseEvent(QMouseEvent *event) void UBDocumentNavigator::keyPressEvent(QKeyEvent *event) { - return; UBBoardController* controller = UBApplication::boardController; // send to the scene anyway QApplication::sendEvent (scene (), event);