PLT plot. Update plot after synced curves from ui selection change

This commit is contained in:
Bjørn Erik Jensen 2017-11-09 14:14:09 +01:00
parent 1fba5e13c4
commit 4ad6198d42

View File

@ -895,6 +895,7 @@ void RimWellPltPlot::syncCurvesFromUiSelection()
}
curveGroupId++;
}
m_wellLogPlot->loadDataAndUpdate();
}
//--------------------------------------------------------------------------------------------------