Open belono opened 13 hours ago
Fixes #2627
This fixes the rubberband (lib.mixins.rubberband) overlapping on each draw, resize or move due to the __drawAndErase() method that is not clearing the old box before moving or resizing the bounding box but drawing another box.
Fixes #2627
This fixes the rubberband (lib.mixins.rubberband) overlapping on each draw, resize or move due to the __drawAndErase() method that is not clearing the old box before moving or resizing the bounding box but drawing another box.