Fix selection highlight in Report plot and make correlation plots deletable

This commit is contained in:
Gaute Lindkvist
2020-06-04 12:47:11 +02:00
parent 60c13d6736
commit 0709056d30
2 changed files with 2 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ RimAbstractCorrelationPlot::RimAbstractCorrelationPlot()
: m_selectMultipleVectors( false )
{
CAF_PDM_InitObject( "Abstract Correlation Plot", ":/CorrelationPlot16x16.png", "", "" );
this->setDeletable( true );
CAF_PDM_InitFieldNoDefault( &m_selectedVarsUiField, "SelectedVariableDisplayVar", "Vector", "", "", "" );
m_selectedVarsUiField.xmlCapability()->disableIO();