diff --git a/src/GUI/gui.cpp b/src/GUI/gui.cpp index 9de1c3d8..44645cb5 100644 --- a/src/GUI/gui.cpp +++ b/src/GUI/gui.cpp @@ -2188,7 +2188,7 @@ void GUI::keyPressEvent(QKeyEvent *event) if (!file.isNull()) { if (!(event->modifiers() & MODIFIER)) closeFiles(); - openFile(file, false, showError); + openFile(file, true, showError); return; }