Skip to content

Commit

Permalink
Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 21, 2023
1 parent 17d73a5 commit 1a9c416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/text/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ void ValidateQuotePaintCache(
auto hq = PainterHighQualityEnabler(p);
p.setPen(Qt::NoPen);

auto rect = QRect(QPoint(), full);
if (header) {
p.setBrush(cache.header);
p.setClipRect(outline, 0, side - outline, header);
Expand Down

0 comments on commit 1a9c416

Please sign in to comment.