[Bf-blender-cvs] [6b6c86d1f79] blender2.8: UI: Fix clip editor double text-less icon situation

Dalai Felinto noreply at git.blender.org
Wed Jun 13 15:04:10 CEST 2018


Commit: 6b6c86d1f79ef6326180b8db8537a00a3bab7dc2
Author: Dalai Felinto
Date:   Wed Jun 13 15:04:07 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB6b6c86d1f79ef6326180b8db8537a00a3bab7dc2

UI: Fix clip editor double text-less icon situation

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index db2a54d6138..a865eab1dbe 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -144,7 +144,7 @@ class CLIP_HT_header(Header):
 
         layout.prop(sc, "mode", text="")
         if sc.mode == 'TRACKING':
-            layout.prop(sc, "view", text="", icon_only=True)
+            layout.prop(sc, "view", text="")
             self._draw_tracking(context)
         else:
             self._draw_masking(context)



More information about the Bf-blender-cvs mailing list