We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21814be commit 4445ad3Copy full SHA for 4445ad3
1 file changed
omodsim/mainwindow.cpp
@@ -323,6 +323,7 @@ void MainWindow::on_actionOpen_triggered()
323
const auto filename = QFileDialog::getOpenFileName(this, QString(), _savePath, tr("All files (*)"));
324
if(filename.isEmpty()) return;
325
326
+ _savePath = QFileInfo(filename).absoluteDir().absolutePath();
327
openFile(filename);
328
}
329
0 commit comments