diff --git a/UI/station_keys/station_keys_window.gd b/UI/station_keys/station_keys_window.gd index 5cebe94..5b3092f 100644 --- a/UI/station_keys/station_keys_window.gd +++ b/UI/station_keys/station_keys_window.gd @@ -15,9 +15,11 @@ func _on_button_pressed(): current_focus.hide_key() if(current_focus.name.contains('LCB')): $"../LCB".shouHandleKey() + $"../LCB".grab_focus() elif (current_focus.name.contains('PSL')): $"../psl".shouInterlockReleaseSwitchHandleKey() $"../psl".shouPSLAllowHandleKey() + $"../psl".grab_focus() func _on_close_requested():