View Single Post
Old 04-03-2015, 05:21 PM   #519
scarlettruin
Connoisseur
scarlettruin began at the beginning.
 
Posts: 69
Karma: 10
Join Date: May 2014
Location: UK
Device: Samsung 10 Inch Tablet 2016 & Samsung S10+
Quote:
Originally Posted by JimmXinu View Post
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!
scarlettruin is offline   Reply With Quote