mirror of https://github.com/CGAL/cgal
Cancelling Save as... stops the pocess instead of passing to the next item.
This commit is contained in:
parent
3fdcf9c047
commit
efc55de9ab
|
|
@ -1796,7 +1796,7 @@ void MainWindow::on_actionSaveAs_triggered()
|
|||
&sf);
|
||||
|
||||
if(filename.isEmpty())
|
||||
continue;
|
||||
return;
|
||||
last_saved_dir = QFileInfo(filename).absoluteDir().path();
|
||||
extensions.indexIn(sf.split(";;").first());
|
||||
QString filter_ext, filename_ext;
|
||||
|
|
|
|||
Loading…
Reference in New Issue