Skip to content

Commit

Permalink
Paint waves antialiased.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Dec 9, 2020
1 parent cffbdc7 commit a02c892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/paint/blobs_linear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ void LinearBlobs::paint(
const QRect &rect,
float pinnedTop,
float progressToPinned) {
PainterHighQualityEnabler hq(p);
const auto opacity = p.opacity();
for (auto i = 0; i < _blobs.size(); i++) {
auto r = rect;
Expand Down

0 comments on commit a02c892

Please sign in to comment.