mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 16:54:48 +08:00
Snap to ground and grid options
This commit is contained in:
+1
-1
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user