Skip to content

Commit

Permalink
Signal aspects are multiplied when reopening Dispatcher Window
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarBLG committed Sep 9, 2023
1 parent 5e31b23 commit c2388e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/RunActivity/Viewer3D/Debugging/DebugViewerForm.cs
Expand Up @@ -213,6 +213,7 @@ private void InitializeWindow()
{
ViewWindow = new RectangleF(0, 0, 5000f, 5000f);
windowSizeUpDown.Accelerations.Add(new NumericUpDownAcceleration(1, 100));
boxSetSignal.Items.Clear();
boxSetSignal.Items.Add("System Controlled");
boxSetSignal.Items.Add("Stop");
boxSetSignal.Items.Add("Approach");
Expand Down

0 comments on commit c2388e6

Please sign in to comment.