Change drop location of multiple nodes to be vertical.
This commit is contained in:
@@ -105,7 +105,7 @@ namespace FlaxEditor.Surface
|
||||
|
||||
if (node != null)
|
||||
{
|
||||
args.SurfaceLocation.X += node.Width + 10;
|
||||
args.SurfaceLocation.Y += node.Height + 10;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user