From 1152b52cd0875ddfe7a9d8092a8764f0151ceae5 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 11 Feb 2021 11:31:24 +0100 Subject: [PATCH] Flow Vectors: Show all phases by default --- ApplicationLibCode/ProjectDataModel/RimElementVectorResult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationLibCode/ProjectDataModel/RimElementVectorResult.cpp b/ApplicationLibCode/ProjectDataModel/RimElementVectorResult.cpp index 71279b4de7..f133872029 100644 --- a/ApplicationLibCode/ProjectDataModel/RimElementVectorResult.cpp +++ b/ApplicationLibCode/ProjectDataModel/RimElementVectorResult.cpp @@ -77,7 +77,7 @@ RimElementVectorResult::RimElementVectorResult() m_legendConfig.uiCapability()->setUiHidden( true ); CAF_PDM_InitField( &m_showOil, "ShowOil", true, "Oil", "", "", "" ); - CAF_PDM_InitField( &m_showGas, "ShowGas", false, "Gas", "", "", "" ); + CAF_PDM_InitField( &m_showGas, "ShowGas", true, "Gas", "", "", "" ); CAF_PDM_InitField( &m_showWater, "ShowWater", true, "Water", "", "", "" ); CAF_PDM_InitField( &m_showResult, "ShowResult", false, "", "", "", "" );