From fab0e9210263d15f0d81a0f0ce91c6f034a5458d Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 29 Nov 2017 16:21:56 +0100 Subject: [PATCH] #2187 : Clear summary toolbar when project closes --- ApplicationCode/UserInterface/RiuMainPlotWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp b/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp index c0c993a1ca..e8942c8ce1 100644 --- a/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp +++ b/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp @@ -121,6 +121,8 @@ void RiuMainPlotWindow::cleanupGuiBeforeProjectClose() cleanUpTemporaryWidgets(); + m_summaryPlotToolBar->clear(); + setWindowTitle("Plots - ResInsight"); }