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 {