Skip to content

Commit 9b3ba89

Browse files
authored
Merge pull request #3689 from janezd/scatterplot-remove-checksum
OWScatterplot: Remove checking the checksum in set_data
2 parents 88fab35 + b1e748a commit 9b3ba89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Orange/widgets/visualize/owscatterplot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ def _vizrank_color_change(self):
314314
self.vizrank_button.setToolTip(text)
315315

316316
def set_data(self, data):
317-
if self.data and data and self.data.checksum() == data.checksum():
318-
return
319317
super().set_data(data)
320318

321319
def findvar(name, iterable):

0 commit comments

Comments
 (0)