1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +01:00

Try to open all files when browsing using the keys

This commit is contained in:
Martin Tůma 2023-08-12 07:44:36 +02:00
parent aa72e6e2ad
commit 984a8b6afc

View File

@ -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;
}