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:
parent
aa72e6e2ad
commit
984a8b6afc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user