Skip to content

Commit

Permalink
Merge pull request #5050 from irgolic/change-scatterplot-labels-on-at…
Browse files Browse the repository at this point in the history
…tr-change

owdataprojectionwidget: Update labels on attr change
  • Loading branch information
janezd committed Oct 30, 2020
2 parents 2d4358d + c4dc626 commit 7980575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Orange/widgets/visualize/utils/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ def apply_selection(self):
self.__pending_selection = None
self.graph.selection = selection
self.graph.update_selection_colors()
if self.graph.label_only_selected:
self.graph.update_labels()

def selection_changed(self):
sel = None if self.data and isinstance(self.data, SqlTable) \
Expand Down

0 comments on commit 7980575

Please sign in to comment.