From 3938e65c7b3319a4ec64ec7069fcaff4b64b63fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Tue, 22 Sep 2015 16:09:25 +0200 Subject: [PATCH] (#511) Updating well log plot icon when toggling visibility --- ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index ad58d11ca6..dda8bf0a01 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -139,6 +139,8 @@ void RimWellLogPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c { updateViewerWidget(); } + + uiCapability()->updateUiIconFromToggleField(); } else if (changedField == &m_minimumVisibleDepth || changedField == &m_maximumVisibleDepth) {