diff --git a/Orange/widgets/unsupervised/owsom.py b/Orange/widgets/unsupervised/owsom.py index ab40e474886..fa7e67950eb 100644 --- a/Orange/widgets/unsupervised/owsom.py +++ b/Orange/widgets/unsupervised/owsom.py @@ -264,7 +264,7 @@ def __init__(self): box = gui.vBox(self.controlArea, "Color") gui.comboBox( - box, self, "attr_color", maximumContentsLength=15, + box, self, "attr_color", maximumContentsLength=15, searchable=True, callback=self.on_attr_color_change, model=DomainModel(placeholder="(Same color)", valid_types=DomainModel.PRIMITIVE))