I can't drag-drop to the calibre library main window to add a new book.
Code:
calibre, version 5.99.0
ERROR: Unhandled exception: <b>AttributeError</b>:'QDragEnterEvent' object has no attribute 'pos'
calibre 5.99 Portable embedded-python: True
Windows-10-10.0.19042 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19042')
Python 3.10.1
Windows: ('10', '10.0.19042', '', 'Multiprocessor Free')
Interface language: en_GB
Successfully initialized third party plugins: EpubCheck (0, 2, 3) && EpubMetadata (0, 0, 6) && EpubXCustomMetadata (0, 0, 7) && JS_Editor_Tools (0, 3, 16) && JS_Editor_Utils (0, 0, 9) && JS_Modify_Epub (0, 0, 22) && KoboTouchExtended (3, 5, 4) && ScrambleEbook (0, 4, 5) && TTS to MP3 (0, 5, 10)
Traceback (most recent call last):
File "calibre\gui2\bars.py", line 256, in dragEnterEvent
File "calibre\gui2\bars.py", line 236, in check_iactions_for_drag
AttributeError: 'QDragEnterEvent' object has no attribute 'pos'
ETA: Hold off. Actually I tried a second time and it worked
ETA2: It seems to be more complicated than that. I have the Book Details panel under the library window not down the right-hand side.
If the trajectory of my drag tries to pass across the Book details panel then the above error happens.
If the drag trajectory avoids passing over Book Details, by entering the library window from the side, then there is no error.