Merge pull request #1627 from anna-marina/fix-save-log

Do not clear handler after save
This commit is contained in:
Marius Kintel 2016-05-01 00:57:07 -04:00
commit 0182e95a78

View file

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