eric6/UI/PixmapCache.py

changeset 8143
2c730d5fd177
parent 7923
91e843545d9a
child 8207
d359172d11be
diff -r 27f636beebad -r 2c730d5fd177 eric6/UI/PixmapCache.py
--- a/eric6/UI/PixmapCache.py	Mon Mar 01 17:48:43 2021 +0100
+++ b/eric6/UI/PixmapCache.py	Tue Mar 02 17:17:09 2021 +0100
@@ -169,7 +169,7 @@
             pixmaps.append(pix)
     if pixmaps:
         pix = QPixmap(len(pixmaps) * width, height)
-        pix.fill(Qt.transparent)
+        pix.fill(Qt.GlobalColor.transparent)
         painter = QPainter(pix)
         x = 0
         for pixmap in pixmaps:

eric ide

mercurial