diff --git a/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlot.cpp b/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlot.cpp index 8908b83320..11cce5fbc4 100644 --- a/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlot.cpp +++ b/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlot.cpp @@ -1000,6 +1000,10 @@ void RimSummaryPlot::deleteCurves(const std::vector& curves) } } } + + + RiuPlotMainWindowTools::refreshToolbars(); + updateCaseNameHasChanged(); } diff --git a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp index a370883155..884255cdca 100644 --- a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp +++ b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp @@ -505,9 +505,10 @@ void RiuPlotMainWindow::updateSummaryPlotToolBar() if (!m_summaryPlotToolBarEditor->isEditorDataValid(toolBarFields)) { m_summaryPlotToolBarEditor->setFields(toolBarFields); - m_summaryPlotToolBarEditor->updateUi(); } + m_summaryPlotToolBarEditor->updateUi(); + m_summaryPlotToolBarEditor->show(); } else