Do not clear handler after save

This commit is contained in:
Anna 2016-04-21 00:01:53 +03:00
parent 9caee5b80a
commit 3ae370441d

View file

@ -1390,7 +1390,6 @@ void MainWindow::actionSave()
saveError(file, _("Error saving design"));
}
}
clearCurrentOutput();
updateRecentFiles();
}