GUI: Clear results when closing project

This commit is contained in:
Daniel Marjamäki 2017-08-09 11:23:47 +02:00
parent 7a9d4b820f
commit 9e10c2fc78
1 changed files with 1 additions and 0 deletions

View File

@ -1470,6 +1470,7 @@ void MainWindow::closeProjectFile()
{
delete mProjectFile;
mProjectFile = nullptr;
mUI.mResults->clear(true);
enableProjectActions(false);
enableProjectOpenActions(true);
formatAndSetTitle();