diff options
| author | dam <dam@gudinoff> | 2022-02-22 00:01:25 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-22 00:01:25 +0000 |
| commit | ffcc5bf2cabd03518ad4606914b011c286a8e0bc (patch) | |
| tree | 1e06d8876cd4bdd52120511c8b2dab6cc05d5295 /logic | |
| parent | 138bbde69f95ad62b8c6fb95d7b69f47fdc686de (diff) | |
| download | surgery-log-ffcc5bf2cabd03518ad4606914b011c286a8e0bc.tar.zst surgery-log-ffcc5bf2cabd03518ad4606914b011c286a8e0bc.zip | |
Clear database selection after deleting selected entry.
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/database.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/database.gd b/logic/database.gd index e14dba4..2258f55 100644 --- a/logic/database.gd +++ b/logic/database.gd @@ -85,6 +85,7 @@ func delete_action_confirmed(): self.remove_item(selected_idx) selected_idx = -1 store_database() + clear_selection() func edit_action(): |
