1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-27 11:28:57 +02:00

fix: set window context earlier

This commit is contained in:
aclist 2024-11-21 19:06:01 +09:00
parent fbb133eeb2
commit e9cd457233
2 changed files with 3 additions and 3 deletions
helpers

View file

@ -1229,13 +1229,13 @@ class TreeView(Gtk.TreeView):
def _on_tree_selection_changed(self, selection):
# no statusbar queue on quad tables
if self.view == WindowContext.TABLE_MODS or context == "Timestamp":
return
grid = self.get_outer_grid()
context = self.get_first_col()
row_sel = self.get_column_at_index(0)
logger.info("Tree selection for context '%s' changed to '%s'" %(context, row_sel))
if self.view == WindowContext.TABLE_MODS or context == "Timestamp":
return
if self.current_proc and self.current_proc.is_alive():
self.current_proc.terminate()