diff --git a/src/superqt/combobox/_colormap_combobox.py b/src/superqt/combobox/_colormap_combobox.py index 896f8feb..3d250f8b 100644 --- a/src/superqt/combobox/_colormap_combobox.py +++ b/src/superqt/combobox/_colormap_combobox.py @@ -160,6 +160,7 @@ def paint( # short_name = colormap.name.rsplit(":", 1)[-1] # painter.drawText(rect, text_align, short_name) + class QColormapComboBox(QComboBox): """A drop down menu for selecting colors.