Skip to content

Commit

Permalink
Merge pull request #4619 from aturanjanin/owtable
Browse files Browse the repository at this point in the history
[FIX] Table: Send correct output when switching between tabs
  • Loading branch information
janezd authored Apr 9, 2020
2 parents 0105f41 + 00c9715 commit 2dd8270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/data/owtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ def _on_current_tab_changed(self, index):
view = self.tabs.widget(index)
if view is not None and view.model() is not None:
self.set_info(view.input_slot.summary)
self.update_selection()
else:
self.set_info(None)

Expand Down

0 comments on commit 2dd8270

Please sign in to comment.