Use general delete on property filters, and deleted obsolete files

This commit is contained in:
Magne Sjaastad
2015-08-12 11:10:10 +02:00
parent f9df484974
commit bcf1109412
10 changed files with 18 additions and 352 deletions

View File

@@ -113,5 +113,8 @@ void RicRangeFilterNewExec::undo()
cellRangeFilterCollection->rangeFilters.erase(cellRangeFilterCollection->rangeFilters.size() - 1);
cellRangeFilterCollection->reservoirView()->scheduleGeometryRegen(RANGE_FILTERED);
cellRangeFilterCollection->reservoirView()->scheduleGeometryRegen(RANGE_FILTERED_INACTIVE);
cellRangeFilterCollection->updateConnectedEditors();
}