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 d3ec31f commit 2e344fcCopy full SHA for 2e344fc
Orange/widgets/data/owtable.py
@@ -516,6 +516,9 @@ def update(f):
516
current = self.tabs.currentWidget()
517
if current is not None:
518
self.set_info(current._input_slot.summary)
519
+ else:
520
+ self.__pending_selected_rows = None
521
+ self.__pending_selected_cols = None
522
523
self.tabs.tabBar().setVisible(self.tabs.count() > 1)
524
self.openContext(data)
0 commit comments