Skip to content

Commit 2dd8270

Browse files
authored
Merge pull request #4619 from aturanjanin/owtable
[FIX] Table: Send correct output when switching between tabs
2 parents 0105f41 + 00c9715 commit 2dd8270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/widgets/data/owtable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ def _on_current_tab_changed(self, index):
718718
view = self.tabs.widget(index)
719719
if view is not None and view.model() is not None:
720720
self.set_info(view.input_slot.summary)
721+
self.update_selection()
721722
else:
722723
self.set_info(None)
723724

0 commit comments

Comments
 (0)