mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5725 Add delete command for analysis plot filters
This commit is contained in:
@@ -154,6 +154,7 @@ bool isDeletable( caf::PdmUiItem* uiItem )
|
||||
|
||||
if ( dynamic_cast<RimGridCrossPlotDataSet*>( uiItem ) ) return true;
|
||||
if ( dynamic_cast<RimAnalysisPlot*>( uiItem ) ) return true;
|
||||
if ( dynamic_cast<RimPlotDataFilterItem*>( uiItem ) ) return true;
|
||||
|
||||
if ( dynamic_cast<RimMultiPlot*>( uiItem ) ) return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user