mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Alloc Plot: Hide unit field for TVD also.
This commit is contained in:
parent
8f2affe670
commit
bf375c2485
@ -400,7 +400,10 @@ void RimWellLogPlot::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering&
|
||||
{
|
||||
uiOrdering.add(&m_userName);
|
||||
uiOrdering.add(&m_depthType);
|
||||
if ( m_depthType() != CONNECTION_NUMBER && m_depthType() != PSEUDO_LENGTH)
|
||||
|
||||
RimWellAllocationPlot* wap;
|
||||
firstAncestorOrThisOfType(wap);
|
||||
if (!wap)
|
||||
{
|
||||
uiOrdering.add(&m_depthUnit);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user