mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Replot on data update
This commit is contained in:
parent
e44a78cf57
commit
7e676ddfed
@ -72,7 +72,7 @@ void RimWellLogPlotCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedFie
|
|||||||
m_plotCurve->detach();
|
m_plotCurve->detach();
|
||||||
}
|
}
|
||||||
|
|
||||||
m_plot->replot();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_plotCurve->setTitle(this->m_userName());
|
m_plotCurve->setTitle(this->m_userName());
|
||||||
@ -120,6 +120,7 @@ void RimWellLogPlotCurve::updatePlotData()
|
|||||||
{
|
{
|
||||||
wellLogPlot->updateAvailableDepthRange();
|
wellLogPlot->updateAvailableDepthRange();
|
||||||
}
|
}
|
||||||
|
m_plot->replot();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@ -255,6 +256,8 @@ void RimWellLogEclipseCurve::updatePlotData()
|
|||||||
wellLogPlot->updateAvailableDepthRange();
|
wellLogPlot->updateAvailableDepthRange();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_plot->replot();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user