Fix of update on Delete All Well Paths

This commit is contained in:
Jacob Støren 2015-08-14 15:22:09 +02:00
parent a8a1b61646
commit 15917d0044

View File

@ -59,7 +59,8 @@ void RicWellPathsDeleteAllFeature::onActionTriggered(bool isChecked)
wellPathCollection->wellPaths.deleteAllChildObjects();
wellPathCollection->wellPaths.uiCapability()->updateConnectedEditors();
wellPathCollection->capability<caf::PdmUiObjectHandle>()->updateConnectedEditors();
wellPathCollection->scheduleGeometryRegenAndRedrawViews();
}
//--------------------------------------------------------------------------------------------------