diff options
| author | dam <dam@gudinoff> | 2022-03-16 22:38:31 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-16 22:38:31 +0000 |
| commit | c0a3ea7ce588c3def40aae8253f5f88a7cea15ba (patch) | |
| tree | 30f03995414ffb6135d553f35beb3dc1f4097d5e /logic | |
| parent | 9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76 (diff) | |
| download | surgery-log-c0a3ea7ce588c3def40aae8253f5f88a7cea15ba.tar.zst surgery-log-c0a3ea7ce588c3def40aae8253f5f88a7cea15ba.zip | |
Updated export config and touch_vertical_container nodes names.
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/database.gd | 2 |
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() |
