mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix indent
This commit is contained in:
@@ -164,8 +164,10 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
|
||||
m_isVisCellStatUpToDate = false;
|
||||
|
||||
if (m_viewDef->propertyFilterCollection() && m_viewDef->propertyFilterCollection()->hasActiveDynamicFilters() &&
|
||||
m_statisticsCellRange() == VISIBLE_CELLS && m_statisticsTimeRange() == ALL_TIMESTEPS)
|
||||
if (m_viewDef->propertyFilterCollection() &&
|
||||
m_viewDef->propertyFilterCollection()->hasActiveDynamicFilters() &&
|
||||
m_statisticsCellRange() == VISIBLE_CELLS &&
|
||||
m_statisticsTimeRange() == ALL_TIMESTEPS)
|
||||
{
|
||||
displayPropertyFilteredStatisticsMessage(true);
|
||||
m_statisticsTimeRange = CURRENT_TIMESTEP;
|
||||
|
||||
Reference in New Issue
Block a user