From 09c24e712397f4a14883b4766eb6c13bfcb15685 Mon Sep 17 00:00:00 2001 From: dnesov Date: Sun, 29 Jun 2025 17:39:52 +0200 Subject: [PATCH] Don't update MarginContainer if it already matches its parent size, update TestGame. --- TestGame/TestGame.cs | 44 ++++++++++++------- Voile/Source/UI/Containers/MarginContainer.cs | 5 ++- 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/TestGame/TestGame.cs b/TestGame/TestGame.cs index 8c15747..455f1aa 100644 --- a/TestGame/TestGame.cs +++ b/TestGame/TestGame.cs @@ -20,7 +20,7 @@ public class TestGame : Game InitializeSystemsDefault(); _uiSystem = new UISystem(Input, ResourceRef