--- a/eric7/UI/Previewers/PreviewerQSS.py Fri Dec 31 13:32:20 2021 +0100 +++ b/eric7/UI/Previewers/PreviewerQSS.py Fri Dec 31 17:19:19 2021 +0100 @@ -125,7 +125,7 @@ styleIconsPath = os.path.join( getConfig('ericIconDir'), "StyleIcons") - styleIconsPath = Utilities.fromNativeSeparators( + styleIconsPath = Utilities.fromNativeSeparators( styleIconsPath) styleSheet = styleSheet.replace("${path}", styleIconsPath) self.scrollAreaWidgetContents.setStyleSheet(styleSheet)