Skip to content

Commit 00c9715

Browse files
committed
OWTable: add commit in _on_current_tab_changed()
1 parent a5e7be1 commit 00c9715

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)