mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-17 23:58:44 +00:00
Fixed a little problem with multiselection in AddTorrents
This commit is contained in:
parent
8dfc405c3e
commit
3602fb76c5
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,8 @@ class AddTorrents(BaseMode, component.Component):
|
|||
self._enter_dir()
|
||||
else:
|
||||
s = self.raw_rows[self.cursel][0]
|
||||
if s not in self.marked:
|
||||
self.last_mark = self.cursel
|
||||
self.marked.add(s)
|
||||
self._show_add_dialog()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue