[Bf-blender-cvs] [d7ffb5cb0b9] master: UI: Remove wrong use of icon for Rename Active Item

William Reynish noreply at git.blender.org
Mon May 6 13:42:09 CEST 2019


Commit: d7ffb5cb0b9b44ffe4f005a8f9c89527d092cfef
Author: William Reynish
Date:   Mon May 6 13:42:06 2019 +0200
Branches: master
https://developer.blender.org/rBd7ffb5cb0b9b44ffe4f005a8f9c89527d092cfef

UI: Remove wrong use of icon for Rename Active Item

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

M	release/scripts/startup/bl_ui/space_topbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 3e7d6d98679..cb949560936 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -431,7 +431,7 @@ class TOPBAR_MT_edit(Menu):
         layout.separator()
 
         # Mainly to expose shortcut since this depends on the context.
-        props = layout.operator("wm.call_panel", text="Rename Active Item...", icon='OUTLINER_DATA_FONT')
+        props = layout.operator("wm.call_panel", text="Rename Active Item...")
         props.name = "TOPBAR_PT_name"
         props.keep_open = False



More information about the Bf-blender-cvs mailing list