Fixing bounding box drawing

This commit is contained in:
2025-12-09 23:56:29 +02:00
parent c3d44ac945
commit 35e2398e95
3 changed files with 82 additions and 19 deletions

View File

@@ -90,6 +90,10 @@ class AnnotationTab(QWidget):
self.annotation_tools.polyline_pen_width_changed.connect(
self.annotation_canvas.set_polyline_pen_width
)
# Show / hide bounding boxes
self.annotation_tools.show_bboxes_changed.connect(
self.annotation_canvas.set_show_bboxes
)
# RDP simplification controls
self.annotation_tools.simplify_on_finish_changed.connect(
self._on_simplify_on_finish_changed