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: