I can drag-and-drop books to the main list, but it still fails if I drag-and-drop one book on another:
Code:
calibre, version 5.99.0
ERRO: Exceção sem tratamento: <b>AttributeError</b>:'QDropEvent' object has no attribute 'pos'
calibre 5.99 Portable embedded-python: True
Windows-10-10.0.19041 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.10.1
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: pt_BR
Successfully initialized third party plugins: ACE (1, 1, 4) && EpubCheck (0, 2, 3) && Skoob Books (1, 5, 3) && Skoob Sync (0, 4, 1)
Traceback (most recent call last):
File "calibre\gui2\library\alternate_views.py", line 236, in dropEvent
AttributeError: 'QDropEvent' object has no attribute 'pos'
Also, when I changed my calibre interface style to System Default (which turns it to Light Theme), I got this new error when hovering some parts of the interface, like the column headers:
Code:
calibre, version 5.99.0
ERRO: Exceção sem tratamento: <b>AttributeError</b>:'QHoverEvent' object has no attribute 'pos'
calibre 5.99 Portable embedded-python: True
Windows-10-10.0.19041 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.10.1
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: pt_BR
Successfully initialized third party plugins: ACE (1, 1, 4) && EpubCheck (0, 2, 3) && Skoob Books (1, 5, 4) && Skoob Sync (0, 4, 1)
Traceback (most recent call last):
File "calibre\gui2\library\views.py", line 64, in event
AttributeError: 'QHoverEvent' object has no attribute 'pos'