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 736c3f5 commit fb8a24dCopy full SHA for fb8a24d
Source/RunActivity/Viewer3D/Popups/TrainCarOperationsWindow.cs
@@ -800,6 +800,9 @@ public FormationReversed(Viewer viewer, Train PlayerTrain)
800
TrainCar.LabelTop = TrainCar.LabelPositionTop[TrainCar.SelectedCarPosition];
801
Viewer.FrontCamera.IsCameraFront = Viewer.FrontCamera.AttachedCar != null;
802
TrainCar.Layout();
803
+ // Calculates the top car position visible
804
+ TrainCar.LastRowVisible = false;
805
+ TrainCar.topCarPositionVisible();
806
TrainCar.localScrollLayout(TrainCar.SelectedCarPosition);
807
TrainCar.updateLayoutSize();
808
0 commit comments