mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Ensures that first MoveDown is triggered.
This commit is contained in:
@@ -454,6 +454,9 @@ namespace Terminal.Gui {
|
|||||||
top++;
|
top++;
|
||||||
OnSelectedChanged ();
|
OnSelectedChanged ();
|
||||||
SetNeedsDisplay ();
|
SetNeedsDisplay ();
|
||||||
|
} else if (lastSelectedItem == -1) {
|
||||||
|
OnSelectedChanged ();
|
||||||
|
SetNeedsDisplay ();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user