Skip to content

Commit

Permalink
partial impl of fixing gui-cs#2465
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Mar 30, 2023
1 parent b902593 commit c755979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnitTests/Core/AbsoluteLayoutTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public void AbsoluteLayout_Constructor ()
Assert.True (v.LayoutStyle == LayoutStyle.Absolute);
Assert.Equal (frame, v.Frame);
Assert.Equal (new Rect(0, 0, frame.Width, frame.Height), v.Bounds); // With Absolute Bounds *is* deterministic before Layout
Assert.Equal ($"Absolute(0)", v.X.ToString ());
Assert.Null (v.X);
Assert.Null (v.Y);
Assert.Null (v.Height);
Expand Down

0 comments on commit c755979

Please sign in to comment.