Skip to content

Commit 1fae05d

Browse files
committed
Arrow indicator: set missing properties
1 parent 5a72048 commit 1fae05d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/style/adwaitastyle.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,6 +3541,8 @@ bool Style::drawIndicatorArrowPrimitive(ArrowOrientation orientation, const QSty
35413541
StyleOptions styleOptions(palette);
35423542
styleOptions.setMouseOver(mouseOver);
35433543
styleOptions.setHasFocus(hasFocus);
3544+
styleOptions.setRect(rect);
3545+
styleOptions.setPainter(painter);
35443546

35453547
// color
35463548
QColor color;

0 commit comments

Comments
 (0)