[Bf-extensions-cvs] [747d436a] blender2.8: Fix for use w/ new icons

Campbell Barton noreply at git.blender.org
Wed Oct 31 05:17:47 CET 2018


Commit: 747d436a3b9d8a809d339bcc617fbb775312fe53
Author: Campbell Barton
Date:   Wed Oct 31 15:12:41 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBA747d436a3b9d8a809d339bcc617fbb775312fe53

Fix for use w/ new icons

===================================================================

M	development_icon_get.py

===================================================================

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":



More information about the Bf-extensions-cvs mailing list