From c0a3ea7ce588c3def40aae8253f5f88a7cea15ba Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 16 Mar 2022 22:38:31 +0000 Subject: Updated export config and touch_vertical_container nodes names. --- logic/database.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/database.gd') diff --git a/logic/database.gd b/logic/database.gd index 91328c5..c4482f4 100644 --- a/logic/database.gd +++ b/logic/database.gd @@ -43,7 +43,7 @@ func _notification(what: int): # active and above, and send the signal there. if visible == false || has_focus() == false: return - + if what == MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST: if selected_idx >= 0: clear_selection() -- cgit v1.2.3