We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b37f commit 824701dCopy full SHA for 824701d
Source/Orts.Simulation/Common/Scripting/EuropeanTrainControlSystem.cs
@@ -125,7 +125,7 @@ public class ETCSStatus
125
/// <summary>
126
/// Legacy variable. Please use TextMessageAreaShown instead
127
/// </summary>
128
- public bool ShowTextMessageArea => TextMessageAreaShown;
+ public bool ShowTextMessageArea { get { return TextMessageAreaShown; } set { TextMessageAreaShown = true; } }
129
130
/// List of text messages to be displayed in text area. Do not rely on the order, as the DMI will reorder the list.
131
0 commit comments