mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use signal to notify listeners when coordinates of a polygon changes
This commit is contained in:
@@ -223,6 +223,7 @@ void RimPolygonInViewCollection::syncPolygonsWithView()
|
||||
{
|
||||
newPolygonsInView.push_back( *it );
|
||||
existingPolygonsInView.erase( it );
|
||||
( *it )->updateTargetsFromPolygon();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user