Do not recalculate layout if text wrapping is disabled

This commit is contained in:
2026-06-02 02:10:19 +02:00
parent 52279d6d60
commit ff3917cd2b
2 changed files with 14 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ public class TestGame : Game
{
Size = new Rect(256.0f, 128.0f),
ClipContents = false,
WrapText = true
WrapText = false
};
// _rootFill.AddChild(_label);