Disable unused torrentview reordering property which fixes Win32 mouse scroll bug
This commit is contained in:
parent
091b42d317
commit
6f9d69f9f3
|
@ -201,7 +201,7 @@ class ListView:
|
|||
self.model_filter = None
|
||||
|
||||
self.treeview.set_rules_hint(True)
|
||||
self.treeview.set_reorderable(True)
|
||||
self.treeview.set_reorderable(False)
|
||||
self.treeview.get_selection().set_mode(gtk.SELECTION_MULTIPLE)
|
||||
|
||||
# Dictionary of 'header' or 'name' to ListViewColumn object
|
||||
|
|
Loading…
Reference in New Issue