We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539a7b7 commit 2c9da68Copy full SHA for 2c9da68
1 file changed
Editor/EditorCore/EditorGUIUtility.cs
@@ -12,7 +12,8 @@ static class EditorGUIUtility
12
{
13
internal static class Styles
14
15
- public static GUIStyle command = "command";
+ private static GUIStyle s_Command;
16
+ public static GUIStyle command => s_Command ??= "command";
17
public static GUIContent[] selectModeIcons;
18
19
static Texture2D s_ObjectIcon;
0 commit comments