Fix any remaining bugs with anchor positioning system, use LocalPosition for UIElement, and make containers use that for arrangement.
This commit is contained in:
@@ -22,7 +22,7 @@ public abstract class Widget : UIElement, IInputElement
|
||||
|
||||
public Widget(Vector2 position)
|
||||
{
|
||||
Position = position;
|
||||
LocalPosition = position;
|
||||
MarkDirty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user