mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Fixed PosDim bug
This commit is contained in:
@@ -118,7 +118,6 @@ public class NeedsDisplayTests ()
|
||||
{
|
||||
var view = new View { Width = 2, Height = 2 };
|
||||
Assert.True (view.NeedsDisplay);
|
||||
Assert.False (view.NeedsLayout);
|
||||
|
||||
view.Draw ();
|
||||
Assert.False (view.NeedsDisplay);
|
||||
|
||||
Reference in New Issue
Block a user