From f2ca8058bc8cdb022b8d99f75c99e0847808d490 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 2 Jan 2025 16:12:05 +0100 Subject: [PATCH] Notify editors to make polygon in view work --- .../Commands/RicCreateWellTargetClusterPolygonsFeature.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationLibCode/Commands/RicCreateWellTargetClusterPolygonsFeature.cpp b/ApplicationLibCode/Commands/RicCreateWellTargetClusterPolygonsFeature.cpp index 3a9a1a6d58..439e57e44e 100644 --- a/ApplicationLibCode/Commands/RicCreateWellTargetClusterPolygonsFeature.cpp +++ b/ApplicationLibCode/Commands/RicCreateWellTargetClusterPolygonsFeature.cpp @@ -380,6 +380,7 @@ void RicCreateWellTargetClusterPolygonsFeature::createWellTargetClusterPolygons( auto newPolygon = polygonCollection->appendUserDefinedPolygon(); newPolygon->setPointsInDomainCoords( polygonBoundary ); + newPolygon->coordinatesChanged.send(); polygonCollection->uiCapability()->updateAllRequiredEditors(); }