Fix arrival box changing when changing aircraft.

This commit is contained in:
Dan Albert 2020-11-23 00:23:57 -08:00
parent 2484457183
commit c67263662d

View File

@ -37,4 +37,4 @@ class QArrivalAirfieldSelector(QComboBox):
self.addItem(destination.name, destination)
self.model().sort(0)
self.insertItem(0, self.optional_text, None)
self.update()
self.setCurrentIndex(0)