Fix T66192: Remove gizmos label from topbar

This commit is contained in:
Campbell Barton 2019-07-01 13:11:55 +10:00
parent 05129ffb3e
commit 1a5e1273c1
Notes: blender-bot 2023-02-14 10:11:54 +01:00
Referenced by issue #66192, Transform Tool Issues: Orphaned Label and Redundant Drag Action
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class _defs_transform:
@ToolDef.from_fn
def transform():
def draw_settings(context, layout, tool):
if not layout.use_property_split:
if layout.use_property_split:
layout.label(text="Gizmos:")
props = tool.gizmo_group_properties("VIEW3D_GGT_xform_gizmo")