Browse Source

Correct Pro Skin 2019.3 Thx to DesperateHouseDev

master
shalliwell 5 years ago
parent
commit
aa5b91f2d5
  1. 2
      Assets/Fungus/Scripts/Editor/CommandListAdaptor.cs

2
Assets/Fungus/Scripts/Editor/CommandListAdaptor.cs

@ -24,7 +24,7 @@ namespace Fungus.EditorUtils
if (commandLabelStyle == null)
{
commandLabelStyle = new GUIStyle(GUI.skin.box);
commandLabelStyle = new GUIStyle(GUI.skin.label);
commandLabelStyle.normal.background = FungusEditorResources.CommandBackground;
commandLabelStyle.normal.textColor = Color.black;
int borderSize = 5;

Loading…
Cancel
Save