--- a/eric6/WebBrowser/AutoScroll/AutoScroller.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/WebBrowser/AutoScroll/AutoScroller.py Sun Apr 12 19:07:49 2020 +0200 @@ -213,13 +213,13 @@ if vertical and horizontal: self.__indicator.setPixmap( - UI.PixmapCache.getPixmap("scrollAll.png")) + UI.PixmapCache.getPixmap("scrollAll")) elif vertical: self.__indicator.setPixmap( - UI.PixmapCache.getPixmap("scrollVertical.png")) + UI.PixmapCache.getPixmap("scrollVertical")) else: self.__indicator.setPixmap( - UI.PixmapCache.getPixmap("scrollHorizontal.png")) + UI.PixmapCache.getPixmap("scrollHorizontal")) self.__view = view p = QPoint(