bugfix #1
This commit is contained in:
@@ -338,6 +338,7 @@ class Application:
|
|||||||
case _:
|
case _:
|
||||||
print(column)
|
print(column)
|
||||||
self.sort_order = not self.sort_order
|
self.sort_order = not self.sort_order
|
||||||
|
self.clear_entry_fields()
|
||||||
|
|
||||||
def click_on_cell(self):
|
def click_on_cell(self):
|
||||||
self.current_record = self.table.focus()
|
self.current_record = self.table.focus()
|
||||||
|
|||||||
Reference in New Issue
Block a user