mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-03 20:57:39 -06:00
#2488 Formation names. Fix empty formation names dropdown
This commit is contained in:
parent
1792163d55
commit
8b9b0b8787
@ -677,6 +677,8 @@ QList<caf::PdmOptionItemInfo> RimGeoMechCase::calculateValueOptions(const caf::P
|
||||
{
|
||||
QList<caf::PdmOptionItemInfo> options;
|
||||
|
||||
options = RimCase::calculateValueOptions(fieldNeedingOptions, useOptionsOnly);
|
||||
|
||||
if (fieldNeedingOptions == &m_elementPropertyFileNameIndexUiSelection)
|
||||
{
|
||||
for (size_t i = 0; i < m_elementPropertyFileNames.v().size(); i++)
|
||||
|
Loading…
Reference in New Issue
Block a user