mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
#3841 Summary : Update stepping toolbar when curve is deleted
This commit is contained in:
parent
902473a4a5
commit
5e466ed5a9
@ -1000,6 +1000,10 @@ void RimSummaryPlot::deleteCurves(const std::vector<RimSummaryCurve*>& curves)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
RiuPlotMainWindowTools::refreshToolbars();
|
||||
|
||||
updateCaseNameHasChanged();
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user