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:
parent
a8a1b61646
commit
15917d0044
@ -59,7 +59,8 @@ void RicWellPathsDeleteAllFeature::onActionTriggered(bool isChecked)
|
||||
|
||||
wellPathCollection->wellPaths.deleteAllChildObjects();
|
||||
|
||||
wellPathCollection->wellPaths.uiCapability()->updateConnectedEditors();
|
||||
wellPathCollection->capability<caf::PdmUiObjectHandle>()->updateConnectedEditors();
|
||||
wellPathCollection->scheduleGeometryRegenAndRedrawViews();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user