Skip to content

Commit

Permalink
owtable: Remove call to QTableView.reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Feb 24, 2023
1 parent f17441b commit e38244a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Orange/widgets/data/owtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ def _on_distribution_color_changed(self):
else:
delegate = TableDataDelegate(widget)
widget.setItemDelegate(delegate)
self.view.reset()

def _on_select_rows_changed(self):
if self.input is None:
Expand Down

0 comments on commit e38244a

Please sign in to comment.