We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda7b35 commit c56990eCopy full SHA for c56990e
glue/utils/qt/colors.py
@@ -194,7 +194,7 @@ class QColormapCombo(QtWidgets.QComboBox):
194
def __init__(self, *args, **kwargs):
195
super(QColormapCombo, self).__init__(*args, **kwargs)
196
for label, cmap in config.colormaps:
197
- self.addItem("", userData=UserDataWrapper(cmap))
+ self.addItem(label, userData=UserDataWrapper(cmap))
198
self._update_icons()
199
200
def _update_icons(self):
0 commit comments