mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#119) New property filter gets name from the active result
This commit is contained in:
@@ -100,7 +100,7 @@ RimEclipsePropertyFilter* RimEclipsePropertyFilterCollection::createAndAppendPro
|
||||
propertyFilter->resultDefinition->loadResult();
|
||||
propertyFilter->setToDefaultValues();
|
||||
|
||||
propertyFilter->name = QString("New Filter (%1)").arg(propertyFilters().size());
|
||||
propertyFilter->name = m_reservoirView->cellResult->resultVariable() + QString(" (%1)").arg(propertyFilters().size());
|
||||
|
||||
|
||||
return propertyFilter;
|
||||
|
||||
Reference in New Issue
Block a user