mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Notify editors to make polygon in view work
This commit is contained in:
parent
7522e84567
commit
f2ca8058bc
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user