mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3841 Summary : Update stepping toolbar when curve is deleted
This commit is contained in:
parent
346ace9a16
commit
19df293f12
@ -1000,6 +1000,10 @@ void RimSummaryPlot::deleteCurves(const std::vector<RimSummaryCurve*>& curves)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
RiuPlotMainWindowTools::refreshToolbars();
|
||||||
|
|
||||||
updateCaseNameHasChanged();
|
updateCaseNameHasChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -505,9 +505,10 @@ void RiuPlotMainWindow::updateSummaryPlotToolBar()
|
|||||||
if (!m_summaryPlotToolBarEditor->isEditorDataValid(toolBarFields))
|
if (!m_summaryPlotToolBarEditor->isEditorDataValid(toolBarFields))
|
||||||
{
|
{
|
||||||
m_summaryPlotToolBarEditor->setFields(toolBarFields);
|
m_summaryPlotToolBarEditor->setFields(toolBarFields);
|
||||||
m_summaryPlotToolBarEditor->updateUi();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_summaryPlotToolBarEditor->updateUi();
|
||||||
|
|
||||||
m_summaryPlotToolBarEditor->show();
|
m_summaryPlotToolBarEditor->show();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user