mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge remote-tracking branch 'refs/remotes/origin/dev'
Conflicts: ApplicationCode/Commands/RicDeleteItemFeature.cpp
This commit is contained in:
@@ -60,6 +60,8 @@ namespace caf
|
||||
|
||||
bool isDeletable(PdmUiItem * uiItem)
|
||||
{
|
||||
if (dynamic_cast<RimWellFlowRateCurve*>(uiItem)) return false;
|
||||
|
||||
if (dynamic_cast<RimGeoMechView*>(uiItem)) return true;
|
||||
if (dynamic_cast<RimEclipseView*>(uiItem)) return true;
|
||||
if (dynamic_cast<RimIdenticalGridCaseGroup*>(uiItem)) return true;
|
||||
|
||||
Reference in New Issue
Block a user