mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
29ea838a34
commit
678dbe5e1d
@ -469,9 +469,10 @@ class TreeWidget(QTreeWidget): # {{{
|
|||||||
|
|
||||||
def check_multi_selection(self):
|
def check_multi_selection(self):
|
||||||
if len(self.selectedItems()) > 1:
|
if len(self.selectedItems()) > 1:
|
||||||
return info_dialog(self, _('Multiple items selected'), _(
|
info_dialog(self, _('Multiple items selected'), _(
|
||||||
'You are trying to move multiple items at once, this is not supported. Instead use'
|
'You are trying to move multiple items at once, this is not supported. Instead use'
|
||||||
' Drag and Drop to move multiple items'), show=True)
|
' Drag and Drop to move multiple items'), show=True)
|
||||||
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def move_left(self):
|
def move_left(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user