Merge pull request #18 from denglihong2007/dev

fix: 编辑停站地标、站台复位
This commit is contained in:
denglihong2007
2025-03-04 00:46:14 +08:00
committed by GitHub

View File

@@ -108,6 +108,8 @@ namespace CRSim.Views
{
Platforms.Add(s);
}
PlatformComboBox.SelectedIndex = Platforms.IndexOf(stationStop.Platform);
LandmarkComboBox.SelectedIndex = stationStop.Landmark == null ? 0 : Landmarks.IndexOf(stationStop.Landmark);
ValidateInput();
}