Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-31 07:12:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-31 07:13:02 +0300
commit747d436a3b9d8a809d339bcc617fbb775312fe53 (patch)
treea57612d5d3fcc65b30a11e3433cc98b5cfebca0b /development_icon_get.py
parentb8a0f8c8fe65337a718e215db9ebd53c39a7a173 (diff)
Fix for use w/ new icons
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index c8360e88..e32c58ef 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -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":