#1297 Property Filter : Update ranges when time step changes

This commit is contained in:
Magne Sjaastad
2017-03-14 17:26:40 +01:00
parent 7db6dc2259
commit a22a58dd5b
5 changed files with 92 additions and 0 deletions

View File

@@ -473,6 +473,8 @@ void RimEclipseView::createDisplayModel()
//--------------------------------------------------------------------------------------------------
void RimEclipseView::updateCurrentTimeStep()
{
m_propertyFilterCollection()->updateFromCurrentTimeStep();
updateLegends(); // To make sure the scalar mappers are set up correctly
std::vector<RivCellSetEnum> geometriesToRecolor;