Skip to content

Commit

Permalink
viewport pies: minor icon change
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-androcto committed Dec 11, 2019
1 parent bd07180 commit c02a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space_view3d_pie_menus/pie_proportional_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def draw(self, context):
# 7 - TOP - LEFT
pie.operator("proportional_edt.connected", text="Connected", icon='PROP_CON')
# 9 - TOP - RIGHT
pie.operator("proportional_edt.projected", text="Projected", icon='PROP_ON')
pie.operator("proportional_edt.projected", text="Projected", icon='PROP_PROJECTED')
# 1 - BOTTOM - LEFT
pie.operator("proportional_edt.root", text="Root", icon='ROOTCURVE')
# 3 - BOTTOM - RIGHT
Expand Down

0 comments on commit c02a98b

Please sign in to comment.