#5837 Well Log Curves : Show icons in tree view

This commit is contained in:
Magne Sjaastad
2020-04-28 06:46:06 +02:00
parent 8c64dbeae9
commit bc400af345
7 changed files with 15 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ CAF_PDM_SOURCE_INIT( RimWellMeasurementCurve, "WellMeasurementCurve" );
//--------------------------------------------------------------------------------------------------
RimWellMeasurementCurve::RimWellMeasurementCurve()
{
CAF_PDM_InitObject( "Well Measurement Curve", "", "", "" );
CAF_PDM_InitObject( "Well Measurement Curve", RimWellLogCurve::wellLogCurveIconName(), "", "" );
CAF_PDM_InitFieldNoDefault( &m_wellPath, "CurveWellPath", "Well Path", "", "", "" );
m_wellPath.uiCapability()->setUiTreeChildrenHidden( true );