Notify editors to make polygon in view work

This commit is contained in:
Magne Sjaastad 2025-01-02 16:12:05 +01:00
parent 7522e84567
commit f2ca8058bc

View File

@ -380,6 +380,7 @@ void RicCreateWellTargetClusterPolygonsFeature::createWellTargetClusterPolygons(
auto newPolygon = polygonCollection->appendUserDefinedPolygon(); auto newPolygon = polygonCollection->appendUserDefinedPolygon();
newPolygon->setPointsInDomainCoords( polygonBoundary ); newPolygon->setPointsInDomainCoords( polygonBoundary );
newPolygon->coordinatesChanged.send();
polygonCollection->uiCapability()->updateAllRequiredEditors(); polygonCollection->uiCapability()->updateAllRequiredEditors();
} }