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: End painter when drawing colormap #262

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

gselzer
Copy link
Contributor

@gselzer gselzer commented Dec 12, 2024

Opening this because it resolved my issues in #261.

Unsure about the implications of calling this QPainter method, though...

Closes #261

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.11%. Comparing base (c9528ff) to head (b53b5ce).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #262   +/-   ##
=======================================
  Coverage   87.11%   87.11%           
=======================================
  Files          46       46           
  Lines        3437     3439    +2     
=======================================
+ Hits         2994     2996    +2     
  Misses        443      443           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@tlambert03 tlambert03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me! thanks @gselzer

@tlambert03 tlambert03 merged commit 2f3113f into pyapp-kit:main Dec 13, 2024
41 checks passed
@tlambert03 tlambert03 added the bug Something isn't working label Dec 14, 2024
@tlambert03 tlambert03 changed the title End painter when drawing colormap fix: End painter when drawing colormap Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Silent crash in VSCode arising from _cmap_utils.draw_colormap
3 participants