#8522 Summary Plot: handle plot axis deletion.

This commit is contained in:
Kristian Bendiksen
2022-02-18 18:22:40 +01:00
parent bd22336ba8
commit 1a1acfa006
5 changed files with 51 additions and 4 deletions

View File

@@ -95,6 +95,8 @@ RimPlotAxisProperties::RimPlotAxisProperties()
m_annotations.uiCapability()->setUiTreeHidden( true );
updateOptionSensitivity();
setDeletable( true );
}
//--------------------------------------------------------------------------------------------------