mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:03:52 +02:00
Make dropping a book onto an enumeration value in the tag browser work.
This commit is contained in:
parent
8127e5a4fe
commit
8798e1e089
1 changed files with 1 additions and 1 deletions
|
|
@ -1518,7 +1518,7 @@ def flags(self, index, *args):
|
|||
if node.tag.category in \
|
||||
('tags', 'series', 'authors', 'rating', 'publisher') or \
|
||||
(fm['is_custom'] and \
|
||||
fm['datatype'] in ['text', 'rating', 'series']):
|
||||
fm['datatype'] in ['text', 'rating', 'series', 'enumeration']):
|
||||
ans |= Qt.ItemIsDropEnabled
|
||||
else:
|
||||
ans |= Qt.ItemIsDropEnabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue