(#625) Guard against All Timesteps Visible cells statistics when using dyn prop filter

This commit is contained in:
Jacob Støren
2015-11-12 11:53:22 +01:00
parent 7b65cb91ce
commit 8283f6665b
2 changed files with 44 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ private:
cvf::Vec2ui m_position;
void updateVisCellStatsIfNeeded();
void displayPropertyFilteredStatisticsMessage(bool showSwitchToCurrentTimestep);
bool m_isVisCellStatUpToDate;
cvf::ref<RigStatisticsDataCache> m_visibleCellStatistics;