mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Disable unused torrentview reordering property which fixes Win32 mouse scroll bug
This commit is contained in:
parent
9856f97323
commit
bb67721002
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,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…
Add table
Reference in a new issue