Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Mar 13, 2024
1 parent b595487 commit b75ef88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ void RimPolygonInView::updatePolygonFromTargets()
points.push_back( target->targetPointXYZ() );
}
m_polygon->setPointsInDomainCoords( points );
m_polygon->objectChanged.send();
}
}

Expand Down

0 comments on commit b75ef88

Please sign in to comment.