From 2e3fbaf7ce7838f08244935621b94fccc8c9cf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Tue, 12 May 2015 14:47:45 +0200 Subject: [PATCH] Fixed missing update of ComponentName When selecting a field only variable --- ApplicationCode/ProjectDataModel/RimGeoMechResultSlot.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ApplicationCode/ProjectDataModel/RimGeoMechResultSlot.cpp b/ApplicationCode/ProjectDataModel/RimGeoMechResultSlot.cpp index 8a2d2790eb..5a44c31e98 100644 --- a/ApplicationCode/ProjectDataModel/RimGeoMechResultSlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimGeoMechResultSlot.cpp @@ -168,6 +168,10 @@ void RimGeoMechResultSlot::fieldChangedByUi(const caf::PdmFieldHandle* changedFi { m_resultComponentName = fieldComponentNames[1]; } + else + { + m_resultComponentName = ""; + }