mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
This commit is contained in:
@@ -124,8 +124,8 @@ public class TextFormatterDemo : Scenario
|
||||
{
|
||||
for (int i = 0; i < alignments.Count; i++)
|
||||
{
|
||||
singleLines [i].Text = e.CurrentValue == CheckState.Checked ? text : unicode;
|
||||
multipleLines [i].Text = e.CurrentValue == CheckState.Checked ? text : unicode;
|
||||
singleLines [i].Text = e.Result == CheckState.Checked ? text : unicode;
|
||||
multipleLines [i].Text = e.Result == CheckState.Checked ? text : unicode;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user