mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removing the unnecessary force from the View.
This commit is contained in:
@@ -70,7 +70,7 @@ static class Demo {
|
||||
h = 0;
|
||||
|
||||
for (int y = 0; y < f.Width; y++) {
|
||||
Move (0, y, true);
|
||||
Move (0, y);
|
||||
var nw = 0;
|
||||
for (int x = 0; x < f.Height; x++) {
|
||||
Rune r;
|
||||
|
||||
Reference in New Issue
Block a user