#1171 Removed depth unit field for pseudolength

This commit is contained in:
Jacob Støren
2017-02-27 14:01:53 +01:00
parent e1d579f195
commit b58de820b8

View File

@@ -400,7 +400,7 @@ void RimWellLogPlot::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering&
{
uiOrdering.add(&m_userName);
uiOrdering.add(&m_depthType);
if ( m_depthType() != CONNECTION_NUMBER )
if ( m_depthType() != CONNECTION_NUMBER && m_depthType() != PSEUDO_LENGTH)
{
uiOrdering.add(&m_depthUnit);
}