Show nodes for image and text drawing OnCreating

This commit is contained in:
Jaex 2016-08-24 16:41:40 +03:00
parent 4577ac9673
commit 5b7cd4063d
2 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,10 @@ public override void OnCreating()
{
Remove();
}
else
{
Manager.NodesVisible = true;
}
}
public override void OnDoubleClicked()

View file

@ -82,6 +82,8 @@ public override void OnCreating()
else
{
AutoSize(true);
Manager.NodesVisible = true;
}
}