eric6/UI/PixmapCache.py

changeset 7533
88261c96484b
parent 7488
36ec7469f492
child 7781
607a6098cb44
diff -r 1358e9d67a1c -r 88261c96484b eric6/UI/PixmapCache.py
--- a/eric6/UI/PixmapCache.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/UI/PixmapCache.py	Sun Apr 12 19:07:49 2020 +0200
@@ -140,7 +140,7 @@
     @rtype QIcon
     """
     pix1 = QPixmap(cache.getPixmap(key, size=size))
-    pix2 = cache.getPixmap("symlink.png")
+    pix2 = cache.getPixmap("symlink")
     painter = QPainter(pix1)
     painter.drawPixmap(0, 10, pix2)
     painter.end()

eric ide

mercurial