mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
data send in loadDataAndUpdate
This commit is contained in:
parent
088f48f41d
commit
30e32a1c50
@ -844,6 +844,10 @@ QList<caf::PdmOptionItemInfo> RimPlotCurve::calculateValueOptions( const caf::Pd
|
|||||||
void RimPlotCurve::loadDataAndUpdate( bool updateParentPlot )
|
void RimPlotCurve::loadDataAndUpdate( bool updateParentPlot )
|
||||||
{
|
{
|
||||||
this->onLoadDataAndUpdate( updateParentPlot );
|
this->onLoadDataAndUpdate( updateParentPlot );
|
||||||
|
if ( updateParentPlot )
|
||||||
|
{
|
||||||
|
dataChanged.send();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user