mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-30 22:51:16 +01:00
Try to open all files when browsing using the keys
This commit is contained in:
parent
aa72e6e2ad
commit
984a8b6afc
@ -2188,7 +2188,7 @@ void GUI::keyPressEvent(QKeyEvent *event)
|
|||||||
if (!file.isNull()) {
|
if (!file.isNull()) {
|
||||||
if (!(event->modifiers() & MODIFIER))
|
if (!(event->modifiers() & MODIFIER))
|
||||||
closeFiles();
|
closeFiles();
|
||||||
openFile(file, false, showError);
|
openFile(file, true, showError);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user