GUI: Clear results when closing project
This commit is contained in:
parent
7a9d4b820f
commit
9e10c2fc78
|
@ -1470,6 +1470,7 @@ void MainWindow::closeProjectFile()
|
|||
{
|
||||
delete mProjectFile;
|
||||
mProjectFile = nullptr;
|
||||
mUI.mResults->clear(true);
|
||||
enableProjectActions(false);
|
||||
enableProjectOpenActions(true);
|
||||
formatAndSetTitle();
|
||||
|
|
Loading…
Reference in New Issue