Skip to content
Snippets Groups Projects
Commit 747d436a authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix for use w/ new icons

parent b8a0f8c8
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ class IV_OT_icons_show(bpy.types.Operator):
row.prop(
pr, "copy_on_select", text="",
icon='BORDER_RECT', toggle=True)
icon='COPYDOWN', toggle=True)
if pr.copy_on_select:
sub = row.row(align=True)
if bpy.context.window.screen.name == "temp":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment