mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Disable unused torrentview reordering property which fixes Win32 mouse scroll bug
This commit is contained in:
parent
091b42d317
commit
6f9d69f9f3
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class ListView:
|
||||||
self.model_filter = None
|
self.model_filter = None
|
||||||
|
|
||||||
self.treeview.set_rules_hint(True)
|
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)
|
self.treeview.get_selection().set_mode(gtk.SELECTION_MULTIPLE)
|
||||||
|
|
||||||
# Dictionary of 'header' or 'name' to ListViewColumn object
|
# Dictionary of 'header' or 'name' to ListViewColumn object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue