Refactor delete operations for pdm objects.

This commit is contained in:
Kristian Bendiksen
2020-05-22 07:02:53 +02:00
committed by Magne Sjaastad
parent 80ee1256e7
commit c366e85682
90 changed files with 474 additions and 438 deletions
@@ -75,6 +75,8 @@ RimIntersectionResultDefinition::RimIntersectionResultDefinition()
m_ternaryLegendConfig.uiCapability()->setUiHidden( true );
m_ternaryLegendConfig.uiCapability()->setUiTreeChildrenHidden( false );
m_ternaryLegendConfig = new RimTernaryLegendConfig;
setDeletable( true );
}
//--------------------------------------------------------------------------------------------------