Do not recalculate layout if text wrapping is disabled
This commit is contained in:
@@ -108,7 +108,7 @@ public class TestGame : Game
|
||||
{
|
||||
Size = new Rect(256.0f, 128.0f),
|
||||
ClipContents = false,
|
||||
WrapText = true
|
||||
WrapText = false
|
||||
};
|
||||
|
||||
// _rootFill.AddChild(_label);
|
||||
|
||||
Reference in New Issue
Block a user