From 7cf61eb6360774667a0d65d933b48085f86bf290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Mon, 21 Sep 2015 18:51:24 +0200 Subject: [PATCH] Added update of icon when changing master view --- ApplicationCode/ProjectDataModel/RimViewLinker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/RimViewLinker.cpp b/ApplicationCode/ProjectDataModel/RimViewLinker.cpp index 29fcbf5589..25ef895d5e 100644 --- a/ApplicationCode/ProjectDataModel/RimViewLinker.cpp +++ b/ApplicationCode/ProjectDataModel/RimViewLinker.cpp @@ -349,6 +349,7 @@ void RimViewLinker::setMainView(RimView* view) m_mainView = view; setNameAndIcon(); + updateUiIcon(); } //--------------------------------------------------------------------------------------------------