mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[GTKUI] Enable multi-row selection with mouse
This commit is contained in:
parent
648dc93655
commit
a76fde5feb
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class ListView(object):
|
|||
|
||||
self.treeview.set_rules_hint(True)
|
||||
self.treeview.set_reorderable(False)
|
||||
self.treeview.set_rubber_banding(True) # Enable mouse multi-row selection.
|
||||
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