mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Flow Characteristics Plot: Fixed missing replot when changing case to case without any solved flow diag timesteps
This commit is contained in:
@@ -192,8 +192,11 @@ void RiuFlowCharacteristicsPlot::addSweepEfficiencyCurve(const QDateTime& dateTi
|
|||||||
void RiuFlowCharacteristicsPlot::removeAllCurves()
|
void RiuFlowCharacteristicsPlot::removeAllCurves()
|
||||||
{
|
{
|
||||||
m_lorenzPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
|
m_lorenzPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
|
||||||
|
m_lorenzPlot->replot();
|
||||||
m_sweepEffPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
|
m_sweepEffPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
|
||||||
|
m_sweepEffPlot->replot();
|
||||||
m_flowCapVsStorageCapPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
|
m_flowCapVsStorageCapPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
|
||||||
|
m_flowCapVsStorageCapPlot->replot();
|
||||||
m_dateToColorMap.clear();
|
m_dateToColorMap.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user