Removed unused methods, use updateUiUpdateDisplayModel on RangeFilterCollection

This commit is contained in:
Magne Sjaastad
2015-08-26 18:51:55 +02:00
parent 0513608924
commit b9a8c0743b
6 changed files with 19 additions and 55 deletions

View File

@@ -65,9 +65,7 @@ void RicRangeFilterInsertExec::redo()
rangeFilter->setDefaultValues();
applyCommandDataOnFilter(rangeFilter);
m_cellRangeFilterCollection->reservoirView()->scheduleGeometryRegen(RANGE_FILTERED);
m_cellRangeFilterCollection->reservoirView()->scheduleGeometryRegen(RANGE_FILTERED_INACTIVE);
m_cellRangeFilterCollection->reservoirView()->scheduleCreateDisplayModelAndRedraw();
m_cellRangeFilterCollection->updateUiUpdateDisplayModel();
m_cellRangeFilterCollection->updateConnectedEditors();