Browse Source

Correct variable list in flowchart window width

master
desktop-maesty/steve 7 years ago
parent
commit
a7aac4291a
  1. 3
      Assets/Fungus/Scripts/Editor/FlowchartWindow.cs

3
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
{

Loading…
Cancel
Save