1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-29 04:18:57 +02:00

chore: uncomment

This commit is contained in:
aclist 2024-11-21 17:34:47 +09:00
parent 9fdc123e2c
commit fbb133eeb2
2 changed files with 6 additions and 4 deletions
helpers

View file

@ -1228,11 +1228,13 @@ class TreeView(Gtk.TreeView):
return index
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)
if context == "Mod" or context == "Timestamp":
return
logger.info("Tree selection for context '%s' changed to '%s'" %(context, row_sel))
if self.current_proc and self.current_proc.is_alive():