mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Flow Vectors: Show all phases by default
This commit is contained in:
parent
a25e795a02
commit
1152b52cd0
@ -77,7 +77,7 @@ RimElementVectorResult::RimElementVectorResult()
|
|||||||
m_legendConfig.uiCapability()->setUiHidden( true );
|
m_legendConfig.uiCapability()->setUiHidden( true );
|
||||||
|
|
||||||
CAF_PDM_InitField( &m_showOil, "ShowOil", true, "Oil", "", "", "" );
|
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_showWater, "ShowWater", true, "Water", "", "", "" );
|
||||||
|
|
||||||
CAF_PDM_InitField( &m_showResult, "ShowResult", false, "", "", "", "" );
|
CAF_PDM_InitField( &m_showResult, "ShowResult", false, "", "", "", "" );
|
||||||
|
Loading…
Reference in New Issue
Block a user