Skip to content

Commit

Permalink
Arrow indicator: set missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Mar 26, 2021
1 parent 5a72048 commit 1fae05d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style/adwaitastyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3541,6 +3541,8 @@ bool Style::drawIndicatorArrowPrimitive(ArrowOrientation orientation, const QSty
StyleOptions styleOptions(palette);
styleOptions.setMouseOver(mouseOver);
styleOptions.setHasFocus(hasFocus);
styleOptions.setRect(rect);
styleOptions.setPainter(painter);

// color
QColor color;
Expand Down

0 comments on commit 1fae05d

Please sign in to comment.