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.
2 parents cda7b35 + c56990e commit d7e3c93Copy full SHA for d7e3c93
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