Skip to content

Commit

Permalink
Merge pull request #4428 from PrimozGodec/predictions-list
Browse files Browse the repository at this point in the history
Predictions: listBox from MultiSelection to ExtendedSelection
  • Loading branch information
janezd authored Feb 17, 2020
2 parents 876e06e + 1fd9fdc commit 374f0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/evaluate/owpredictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self):
gui.listBox(self.controlArea, self, "selected_classes", "class_values",
box="Show probabibilities for",
callback=self._update_prediction_delegate,
selectionMode=QListWidget.MultiSelection,
selectionMode=QListWidget.ExtendedSelection,
addSpace=False,
sizePolicy=(QSizePolicy.Preferred, QSizePolicy.Preferred))
gui.rubber(self.controlArea)
Expand Down

0 comments on commit 374f0ab

Please sign in to comment.