mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix right click on file tab not selecting the row
This commit is contained in:
parent
b57b07b783
commit
2c746a3ee9
1 changed files with 2 additions and 1 deletions
|
@ -121,8 +121,9 @@ class FilesBaseManager(object):
|
|||
|
||||
def mouse_clicked(self, widget, event):
|
||||
if event.button == 3:
|
||||
self.file_view.get_selection().get_selected_rows()[1]
|
||||
self.file_menu.popup(None, None, None, event.button, event.time)
|
||||
return True
|
||||
return False
|
||||
else:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue