Partially modernizes Scenarios (#4512)

This commit is contained in:
Tig
2025-12-19 20:02:04 -07:00
committed by GitHub
parent 8f4ad8a7d4
commit af0efb3c64
17 changed files with 1307 additions and 1045 deletions

View File

@@ -443,7 +443,7 @@ public class TextAlignmentAndDirection : Scenario
Text = txt
};
app.KeyUp += (s, m) =>
app.KeyDown += (s, m) =>
{
foreach (View v in singleLineLabels)
{