mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Made the Formation Names option menu in Case always visible.
This commit is contained in:
parent
daea2b7cd2
commit
364c202391
@ -85,10 +85,7 @@ QList<caf::PdmOptionItemInfo> RimCase::calculateValueOptions(const caf::PdmField
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(optionList.size() > 0)
|
optionList.push_front(caf::PdmOptionItemInfo("None", QVariant::fromValue(caf::PdmPointer<caf::PdmObjectHandle>(NULL))));
|
||||||
{
|
|
||||||
optionList.push_front(caf::PdmOptionItemInfo("None", QVariant::fromValue(caf::PdmPointer<caf::PdmObjectHandle>(NULL))));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return optionList;
|
return optionList;
|
||||||
|
Loading…
Reference in New Issue
Block a user