Flow Vectors: Show all phases by default

This commit is contained in:
Magne Sjaastad 2021-02-11 11:31:24 +01:00
parent a25e795a02
commit 1152b52cd0

View File

@ -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, "", "", "", "" );