rearange_insert-edit_dialog #4

Merged
sroth merged 3 commits from rearange_insert-edit_dialog into main 2025-04-20 23:41:28 +02:00
Showing only changes of commit 26e1d1f2da - Show all commits

View File

@@ -124,6 +124,7 @@ class Application:
next_iid = int(last_iid) + 1
self.table.insert('', 'end', iid=next_iid, values=values)
self._save_json_file()
self.deselect_tree()
def delete_record(self):
if self.current_record is None: