orange3
orange3 copied to clipboard
[FIX] plotutils: Fix scene layout tracking in AnchorItem
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