--- a/src/eric7/EricWidgets/EricToolBarDialog.py Sat Feb 10 10:58:48 2024 +0100 +++ b/src/eric7/EricWidgets/EricToolBarDialog.py Mon Feb 12 11:27:40 2024 +0100 @@ -108,7 +108,7 @@ Qt.ItemDataRole.ForegroundRole, QColor("#8b8bff") if ericApp().usesDarkPalette() - else QColor(Qt.GlobalColor.blue) + else QColor(Qt.GlobalColor.blue), ) self.__widgetActionToToolBarItemID[id(action)] = None categoryItem.setExpanded(True)