Skip to content

Commit 2e74251

Browse files
committed
load file from _savePath
1 parent b655b49 commit 2e74251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omodsim/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ void MainWindow::on_actionNew_triggered()
320320
///
321321
void MainWindow::on_actionOpen_triggered()
322322
{
323-
const auto filename = QFileDialog::getOpenFileName(this, QString(), QString(), tr("All files (*)"));
323+
const auto filename = QFileDialog::getOpenFileName(this, QString(), _savePath, tr("All files (*)"));
324324
if(filename.isEmpty()) return;
325325

326326
openFile(filename);

0 commit comments

Comments
 (0)