Skip to content

Commit

Permalink
#325 - Fixed a bug that expandable draw label twice. May cause displa…
Browse files Browse the repository at this point in the history
…y error in Scriptable Wizard
  • Loading branch information
njuwuyuxin committed Sep 27, 2022
1 parent a97aa9b commit 505323e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected override void OnGUI_Internal(Rect rect, SerializedProperty property, G
height = EditorGUIUtility.singleLineHeight
};

EditorGUI.PropertyField(propertyRect, property, label, false);
EditorGUI.PropertyField(propertyRect, property, false);

// Draw the child properties
if (property.isExpanded)
Expand Down

0 comments on commit 505323e

Please sign in to comment.