mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Transformed static functions from ViewLinker to dynamic functions in RimView
This commit is contained in:
@@ -320,8 +320,8 @@ void RimCellRangeFilterCollection::updateIconState()
|
||||
{
|
||||
bool activeIcon = true;
|
||||
|
||||
RimViewController* viewLink = RimViewLinker::viewLinkForView(baseView());
|
||||
if (viewLink && viewLink->isRangeFilterOveridden())
|
||||
RimViewController* viewController = baseView()->viewController();
|
||||
if (viewController && viewController->isRangeFilterOveridden())
|
||||
{
|
||||
activeIcon = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user