Quote:
Originally Posted by eschwartz
I quoted my post from that thread. 
|
Ah, I didn't realize you could cross-quote like that. Thanks.
Looking at what was changed in calibre, it looks like a very simple fix:
Code:
# Change dialogs.py:152 from
self._pixmap = QPixmap(self)
# to
self._pixmap = QPixmap()
Attached is a test version with that change. It works for me--but then it wasn't broken before for me.
UPDATE: Attachment now has updated version number and change log and is in the officially preferred uncompressed state.