Skip to content

Commit a44fb41

Browse files
committed
OWFeatureStatistics: Searchable combo boxes
1 parent 0c4ceac commit a44fb41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/widgets/data/owfeaturestatistics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ def __init__(self):
741741
self.cb_color_var = gui.comboBox(
742742
box, master=self, value='color_var', model=self.color_var_model,
743743
label='Color:', orientation=Qt.Horizontal, contentsLength=13,
744+
searchable=True
744745
)
745746
self.cb_color_var.activated.connect(self.__color_var_changed)
746747

0 commit comments

Comments
 (0)