mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 07:33:31 +00:00
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…
x
Reference in New Issue
Block a user