mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Make enable_and_reset not half lie.
https://github.com/dcs-liberation/dcs_liberation/issues/1185 (cherry picked from commit b8c14d69c322c9f74244a3c98df7f0ff445e1b01)
This commit is contained in:
parent
7e85825d2b
commit
17efb48b2e
@ -123,6 +123,7 @@ class PilotControls(QHBoxLayout):
|
||||
|
||||
def enable_and_reset(self) -> None:
|
||||
self.selector.rebuild()
|
||||
self.player_checkbox.setEnabled(True)
|
||||
self.on_pilot_changed(self.selector.currentIndex())
|
||||
|
||||
def disable_and_clear(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user