#1183 Property Filter: Context command : Apply As Cell Result - Eclipse

This commit is contained in:
Magne Sjaastad
2017-02-21 15:25:36 +01:00
parent 0b806c7664
commit 738e44ed46
4 changed files with 117 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimEclipsePropertyFilter*>(uiItem))
{
commandIds << "RicEclipsePropertyFilterInsertFeature";
commandIds << "RicApplyPropertyFilterAsCellResultFeature";
}
else if (dynamic_cast<RimGeoMechPropertyFilterCollection*>(uiItem))
{