Skip to content

Commit

Permalink
OWTable: add commit in _on_current_tab_changed()
Browse files Browse the repository at this point in the history
  • Loading branch information
aturanjanin committed Apr 3, 2020
1 parent a5e7be1 commit 00c9715
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 00c9715

Please sign in to comment.