We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7bd6e commit 82a5f6fCopy full SHA for 82a5f6f
Editor/FolderEditor.cs
@@ -13,7 +13,7 @@ public class FolderEditor : UnityEditor.Editor
13
public override bool RequiresConstantRepaint() => true;
14
public override void OnInspectorGUI()
15
{
16
- this._expanded = EditorGUILayout.Foldout(this._expanded, "Icon Color");
+ this._expanded = EditorGUILayout.Foldout(this._expanded, "Icon Color", true);
17
if (this._expanded) { this.RenderColorPicker(); }
18
}
19
0 commit comments