orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

[FIX] plotutils: Fix scene layout tracking in AnchorItem

Open ales-erjavec opened this issue 7 months ago • 1 comments

Issue

Fixes #6854

Since 384f6f4 the AnchorItem does not properly update its layout due to difference in pg.GraphicsObject/pg.GraphicsWidget implementations.

Description of changes

Track scene transform changes.

Includes
  • [X] Code changes
  • [ ] Tests
  • [ ] Documentation

ales-erjavec avatar Jul 22 '24 10:07 ales-erjavec