Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] plotutils: Fix scene layout tracking in AnchorItem #6859

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ales-erjavec
Copy link
Contributor

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
  • Code changes
  • Tests
  • Documentation

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

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.27%. Comparing base (70ebf27) to head (c275a4a).
Report is 20 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6859   +/-   ##
=======================================
  Coverage   88.27%   88.27%           
=======================================
  Files         326      326           
  Lines       71137    71143    +6     
=======================================
+ Hits        62793    62801    +8     
+ Misses       8344     8342    -2     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FreeViz: wrong direction of arrows
2 participants