#2660 Ensemble filtering. Fix sliders and labels

This commit is contained in:
Bjørn Erik Jensen
2018-06-07 13:41:45 +02:00
parent 8d0149b4e9
commit 14cf6470f0
5 changed files with 110 additions and 21 deletions

View File

@@ -221,6 +221,8 @@ void RimEnsembleCurveSet::loadDataAndUpdate(bool updateParentPlot)
firstAncestorOrThisOfTypeAsserted(parentPlot);
parentPlot->updateAll();
}
m_curveFilters->loadDataAndUpdate();
}
//--------------------------------------------------------------------------------------------------