From a7aac4291a52b0218fc332a7b3f711680218dc66 Mon Sep 17 00:00:00 2001 From: desktop-maesty/steve Date: Sun, 29 Jul 2018 13:21:26 +1000 Subject: [PATCH] Correct variable list in flowchart window width --- Assets/Fungus/Scripts/Editor/FlowchartWindow.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Fungus/Scripts/Editor/FlowchartWindow.cs b/Assets/Fungus/Scripts/Editor/FlowchartWindow.cs index 1006ffa7..42f86b27 100644 --- a/Assets/Fungus/Scripts/Editor/FlowchartWindow.cs +++ b/Assets/Fungus/Scripts/Editor/FlowchartWindow.cs @@ -516,7 +516,8 @@ namespace Fungus.EditorUtils { if (variableListAdaptor.TargetFlowchart != null) { - variableListAdaptor.DrawVarList(0); + //440 - space for scrollbar + variableListAdaptor.DrawVarList(400); } else {