mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
New overlapped drawing impl.
This commit is contained in:
@@ -716,7 +716,7 @@ w ";
|
||||
Assert.Equal (new (0, 0, 3, 1), lbl._needsDisplayRect);
|
||||
Assert.Equal (new (0, 0, 0, 0), lbl.SuperView._needsDisplayRect);
|
||||
Assert.True (lbl.SuperView.LayoutNeeded);
|
||||
lbl.SuperView.Draw ();
|
||||
Application.Refresh();
|
||||
Assert.Equal ("12 ", GetContents ());
|
||||
|
||||
string GetContents ()
|
||||
|
||||
Reference in New Issue
Block a user