Snap to ground and grid options

This commit is contained in:
dexyfex
2018-02-25 23:30:29 +11:00
Unverified
parent 26533807fe
commit a590df5035
7 changed files with 282 additions and 21 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace CodeWalker.Project
for (int i = 0; i < Items.Length; i++)
{
var refpos = Items[i].WidgetPosition;
Items[i].SetPosition(refpos + dp, refpos, false);
Items[i].SetPosition(refpos + dp, false);
}
sel.MultipleSelectionCenter = p; //center used for widget pos...