Disable unused torrentview reordering property which fixes Win32 mouse scroll bug

This commit is contained in:
Calum Lind 2013-02-22 01:03:52 +00:00
parent 091b42d317
commit 6f9d69f9f3
1 changed files with 1 additions and 1 deletions

View File

@ -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