Skip to content

Commit 1fd9fdc

Browse files
committed
Predictions: listBox from MultiSelection to ExtendedSelection
1 parent 876e06e commit 1fd9fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/evaluate/owpredictions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self):
7676
gui.listBox(self.controlArea, self, "selected_classes", "class_values",
7777
box="Show probabibilities for",
7878
callback=self._update_prediction_delegate,
79-
selectionMode=QListWidget.MultiSelection,
79+
selectionMode=QListWidget.ExtendedSelection,
8080
addSpace=False,
8181
sizePolicy=(QSizePolicy.Preferred, QSizePolicy.Preferred))
8282
gui.rubber(self.controlArea)

0 commit comments

Comments
 (0)