Fix: Schedule Property filter regen. and not Range filtered.

when asked to do Property filter.
This commit is contained in:
Jacob Støren 2015-09-21 15:03:04 +02:00
parent fa5be6a5e4
commit 7abfd51b91

View File

@ -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