mirror of
https://github.com/aclist/dztui.git
synced 2025-06-26 10:58:58 +02:00
fix: restore keyboard input
This commit is contained in:
parent
f6edbc1c95
commit
be06a87d8d
3 changed files with 7 additions and 3 deletions
helpers
|
@ -1932,7 +1932,7 @@ class FilterPanel(Gtk.Box):
|
|||
case Gdk.KEY_Escape:
|
||||
GLib.idle_add(self.restore_focus_to_treeview)
|
||||
case _:
|
||||
return True
|
||||
return False
|
||||
|
||||
def get_outer_grid(self):
|
||||
panel = self.get_parent()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue