Fixed missing update of ComponentName

When selecting a field only variable
This commit is contained in:
Jacob Støren 2015-05-12 14:47:45 +02:00
parent a74a8114f4
commit 2e3fbaf7ce

View File

@ -168,6 +168,10 @@ void RimGeoMechResultSlot::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
{ {
m_resultComponentName = fieldComponentNames[1]; m_resultComponentName = fieldComponentNames[1];
} }
else
{
m_resultComponentName = "";
}