mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
Fixed a little problem with multiselection in AddTorrents
This commit is contained in:
parent
8dfc405c3e
commit
3602fb76c5
@ -397,6 +397,8 @@ class AddTorrents(BaseMode, component.Component):
|
|||||||
self._enter_dir()
|
self._enter_dir()
|
||||||
else:
|
else:
|
||||||
s = self.raw_rows[self.cursel][0]
|
s = self.raw_rows[self.cursel][0]
|
||||||
|
if s not in self.marked:
|
||||||
|
self.last_mark = self.cursel
|
||||||
self.marked.add(s)
|
self.marked.add(s)
|
||||||
self._show_add_dialog()
|
self._show_add_dialog()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user