Quote:
Originally Posted by JimmXinu
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.
|
YES!! It's fixed! Thank you so much!