mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#483) Gray out overridden range and property collections
This commit is contained in:
@@ -1604,3 +1604,13 @@ void RimEclipseView::calculateCurrentTotalCellVisibility(cvf::UByteArray* totalV
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimEclipseView::updateIconStateForFilterCollections()
|
||||
{
|
||||
// NB - notice that it is the filter collection managed by this view that the icon update applies to
|
||||
m_rangeFilterCollection()->updateIconState();
|
||||
m_propertyFilterCollection()->updateIconState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user