From a304ee868d301b44cf306227e65ca9bf458ffa5c Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 23 Apr 2024 17:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=92=A5=E5=8C=99=E5=90=8E?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=BF=80=E6=B4=BB=E7=9A=84=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/station_keys/station_keys_window.gd | 2 ++ 1 file changed, 2 insertions(+) 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():