#3841 Summary : Update stepping toolbar when curve is deleted

This commit is contained in:
Magne Sjaastad
2018-12-14 12:13:59 +01:00
parent 346ace9a16
commit 19df293f12
2 changed files with 6 additions and 1 deletions

View File

@@ -1000,6 +1000,10 @@ void RimSummaryPlot::deleteCurves(const std::vector<RimSummaryCurve*>& curves)
}
}
}
RiuPlotMainWindowTools::refreshToolbars();
updateCaseNameHasChanged();
}