diff --git a/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs b/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs index b5837560..86469212 100644 --- a/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs +++ b/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs @@ -432,7 +432,7 @@ namespace Fungus else { summaryRect.x += commandNameWidth + 5; - summaryRect.width -= commandNameWidth; + summaryRect.width -= commandNameWidth + 5; } GUIStyle summaryStyle = new GUIStyle();