1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 13:22:35 +01:00

chore: remove unused values

This commit is contained in:
aclist 2024-12-05 08:12:20 +09:00
parent 13c6813c8e
commit a46c2e17ab

View file

@ -1152,12 +1152,10 @@ class TreeView(Gtk.TreeView):
case True:
for i in range (0, l):
path = Gtk.TreePath(i)
it = mod_store.get_iter(path)
self.get_selection().select_path(path)
case False:
for i in range (0, l):
path = Gtk.TreePath(i)
it = mod_store.get_iter(path)
self.get_selection().unselect_path(path)
def _on_button_release(self, widget, event):