Skip to content

Commit

Permalink
Fix rotate icon in Transform dialog
Browse files Browse the repository at this point in the history
Missing icon caused by copy-pasto in 25192cd.
  • Loading branch information
pbs3141 committed Oct 29, 2024
1 parent 22304ae commit 745aee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dialog/transformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void Transformation::layoutPageRotate()
_counterclockwise_rotate.set_has_frame(false);
_counterclockwise_rotate.set_tooltip_text(_("Rotate in a counterclockwise direction"));

_counterclockwise_rotate.set_icon_name("object-rotate-right");
_clockwise_rotate.set_icon_name("object-rotate-right");
_clockwise_rotate.set_has_frame(false);
_clockwise_rotate.set_tooltip_text(_("Rotate in a clockwise direction"));
_clockwise_rotate.set_group(_counterclockwise_rotate);
Expand Down

0 comments on commit 745aee2

Please sign in to comment.