mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
cosmetic
This commit is contained in:
@@ -311,7 +311,7 @@ namespace Terminal.Gui {
|
||||
}
|
||||
|
||||
if (source == null || item >= source.Count) {
|
||||
Move(0, row);
|
||||
Move(0, row);
|
||||
for (int c = 0; c < f.Width; c++)
|
||||
Driver.AddRune(' ');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user