aboutsummaryrefslogtreecommitdiff
path: root/logic/database.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-03-16 22:38:31 +0000
committerdam <dam@gudinoff>2022-03-16 22:38:31 +0000
commitc0a3ea7ce588c3def40aae8253f5f88a7cea15ba (patch)
tree30f03995414ffb6135d553f35beb3dc1f4097d5e /logic/database.gd
parent9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76 (diff)
downloadsurgery-log-c0a3ea7ce588c3def40aae8253f5f88a7cea15ba.tar.zst
surgery-log-c0a3ea7ce588c3def40aae8253f5f88a7cea15ba.zip
Updated export config and touch_vertical_container nodes names.
Diffstat (limited to 'logic/database.gd')
-rw-r--r--logic/database.gd2
1 files changed, 1 insertions, 1 deletions
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()