mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Partially modernizes Scenarios (#4512)
This commit is contained in:
@@ -443,7 +443,7 @@ public class TextAlignmentAndDirection : Scenario
|
||||
Text = txt
|
||||
};
|
||||
|
||||
app.KeyUp += (s, m) =>
|
||||
app.KeyDown += (s, m) =>
|
||||
{
|
||||
foreach (View v in singleLineLabels)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user