diff --git a/cropeditor/cropscene.cpp b/cropeditor/cropscene.cpp index 63a0c32..29d8f1c 100644 --- a/cropeditor/cropscene.cpp +++ b/cropeditor/cropscene.cpp @@ -340,6 +340,8 @@ void CropScene::keyReleaseEvent(QKeyEvent *event) { hint->setVisible(enabled); settings::settings().setValue("crophint", enabled); } + + QGraphicsScene::keyReleaseEvent(event); } void CropScene::updateMag() {