mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix: Schedule Property filter regen. and not Range filtered.
when asked to do Property filter.
This commit is contained in:
parent
fa5be6a5e4
commit
7abfd51b91
@ -221,8 +221,7 @@ void RimViewLinker::updateRangeFilters()
|
|||||||
void RimViewLinker::updatePropertyFilters()
|
void RimViewLinker::updatePropertyFilters()
|
||||||
{
|
{
|
||||||
if (!isActive()) return;
|
if (!isActive()) return;
|
||||||
this->scheduleGeometryRegenForDepViews(RANGE_FILTERED);
|
this->scheduleGeometryRegenForDepViews(PROPERTY_FILTERED);
|
||||||
this->scheduleGeometryRegenForDepViews(RANGE_FILTERED_INACTIVE);
|
|
||||||
this->scheduleCreateDisplayModelAndRedrawForDependentViews();
|
this->scheduleCreateDisplayModelAndRedrawForDependentViews();
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
Reference in New Issue
Block a user