File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ void StartButton_Click(object sender, EventArgs e)
775775 mainForm . comboBoxStartAt . SelectedIndex = determineSelectedIndex ( mainForm . comboBoxStartAt , route . Start . StartingAt ) ;
776776 mainForm . comboBoxHeadTo . SelectedIndex = determineSelectedIndex ( mainForm . comboBoxHeadTo , route . Start . HeadingTo ) ;
777777
778- mainForm . comboBoxStartTime . SelectedIndex = determineSelectedIndex ( mainForm . comboBoxStartTime , route . Start . Time ) ;
778+ mainForm . comboBoxStartTime . Text = route . Start . Time ;
779779 mainForm . comboBoxStartSeason . SelectedIndex = determineSelectedIndex ( mainForm . comboBoxStartSeason , route . Start . Season ) ;
780780 mainForm . comboBoxStartWeather . SelectedIndex = determineSelectedIndex ( mainForm . comboBoxStartWeather , route . Start . Weather ) ;
781781 }
You can’t perform that action at this time.
0 commit comments