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] canvas/annotationitem: Use separate item for shadow base #2821

Merged
merged 1 commit into from
Dec 8, 2017

Conversation

ales-erjavec
Copy link
Contributor

Issue

Arrow annotations in the canvas are rendered badly on high dpi monitors. Even more so in the 'Preview' for the 'Examples' and 'Recent' dialogs. The reason for this is that QGraphicsEffects render indirectly 'item -> pixmap -> effect -> draw pixmap'

Description of changes

Workaround for QTBUG-65035

Use a separate item for shadow base that is stacked behind the 'true' arrow geometry item.

(the same was already done for the node items in 3be3f1a)

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-io
Copy link

Codecov Report

Merging #2821 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #2821      +/-   ##
=========================================
- Coverage    76.2%   76.2%   -0.01%     
=========================================
  Files         337     337              
  Lines       59665   59665              
=========================================
- Hits        45470   45467       -3     
- Misses      14195   14198       +3

@janezd janezd merged commit d1f560e into biolab:master Dec 8, 2017
@ales-erjavec ales-erjavec deleted the canvas/annotation-shadow-hidpi branch December 12, 2017 07:56
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.

3 participants