You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handle_final_shape_cb argument on the AnnotatedPolygonTool does not call the callback function set to it. I can't get the shape object once the tool helps create the final shape.
The handle_final_shape_cb works as expected in the AnnotatedRectangleTool, and AnnotatedEllipseTool.
The text was updated successfully, but these errors were encountered:
PierreRaybaut
changed the title
handle_final_shape_cb argument doesn't work on AnnotatedPolygonToolhandle_final_shape_cb argument doesn't work on MultilineTool, PolygonTool, AnnotatedPolygonToolJan 26, 2025
Thanks for the feedback.
Actually the handle_final_shape_cb argument doesn't work on all tools deriving from MultilineTool.
This is a regression.
This is now fixed.
The handle_final_shape_cb argument on the AnnotatedPolygonTool does not call the callback function set to it. I can't get the shape object once the tool helps create the final shape.
The handle_final_shape_cb works as expected in the AnnotatedRectangleTool, and AnnotatedEllipseTool.
The text was updated successfully, but these errors were encountered: