-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Waveform: avoid QPainter glitch with ranges < 1 px #4804
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Swiftb0y
reviewed
Jun 15, 2022
ronso0
force-pushed
the
waveform-tiny-range-fix
branch
from
June 15, 2022 08:16
c6e2683
to
47a4830
Compare
Swiftb0y
approved these changes
Jun 15, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Lets wait for the 2.3.3 release first since this is low priority.
Sure.
|
FWIW painter->drawImage(rect.topLeft(), *selectedImage, rect); doesn't prevent the glitch. |
2.3.3 was released. Merge? |
Sure. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Noticed when setting
loop_in
andloop_out
at the same position (it's not, seems they are correct to be 1+ samples apart):If the range is < 1 xp, as long as the range start marker is visible in the waveform, the range would be rendered to span until the end of the view.
Can't tell what the actual issue is, QPainter with QRectF // rendering engine?
It's strange though: the glitch does not occur at zoom levels 16.7%, 50% and 100% (on FullHD screen, LateNight @ min width) where the range rectangle width is 0.25 * [odd int].
Anyway, rounding up the width to 1 px solves the issue on all zoom levels.
I don't mind if this goes into 2.3.3 or the next release