mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix of update on Delete All Well Paths
This commit is contained in:
@@ -59,7 +59,8 @@ void RicWellPathsDeleteAllFeature::onActionTriggered(bool isChecked)
|
|||||||
|
|
||||||
wellPathCollection->wellPaths.deleteAllChildObjects();
|
wellPathCollection->wellPaths.deleteAllChildObjects();
|
||||||
|
|
||||||
wellPathCollection->wellPaths.uiCapability()->updateConnectedEditors();
|
wellPathCollection->capability<caf::PdmUiObjectHandle>()->updateConnectedEditors();
|
||||||
|
wellPathCollection->scheduleGeometryRegenAndRedrawViews();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user