View Single Post
Old 04-03-2015, 04:45 PM   #518
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by eschwartz View Post
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.

Last edited by JimmXinu; 05-31-2015 at 10:40 AM. Reason: Remove obsolete test versions - replaced by newer test or released version.
JimmXinu is offline   Reply With Quote