fixed enter key not working, after inserting a new record
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user