From 747d436a3b9d8a809d339bcc617fbb775312fe53 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Wed, 31 Oct 2018 15:12:41 +1100
Subject: [PATCH] Fix for use w/ new icons

---
 development_icon_get.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development_icon_get.py b/development_icon_get.py
index c8360e88d..e32c58ef0 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":
-- 
GitLab