We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e7be1 commit 00c9715Copy full SHA for 00c9715
Orange/widgets/data/owtable.py
@@ -718,6 +718,7 @@ def _on_current_tab_changed(self, index):
718
view = self.tabs.widget(index)
719
if view is not None and view.model() is not None:
720
self.set_info(view.input_slot.summary)
721
+ self.update_selection()
722
else:
723
self.set_info(None)
724
0 commit comments