#2187 : Clear summary toolbar when project closes

This commit is contained in:
Magne Sjaastad 2017-11-29 16:21:56 +01:00
parent c001a0008f
commit fab0e92102

View File

@ -121,6 +121,8 @@ void RiuMainPlotWindow::cleanupGuiBeforeProjectClose()
cleanUpTemporaryWidgets();
m_summaryPlotToolBar->clear();
setWindowTitle("Plots - ResInsight");
}