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.
2 parents e88fc32 + 13a0610 commit 46457f4Copy full SHA for 46457f4
Orange/widgets/data/owtable.py
@@ -133,6 +133,7 @@ def __init__(self):
133
)
134
view.setSortingEnabled(True)
135
view.setItemDelegate(TableDataDelegate(view))
136
+ view.selectionFinished.connect(self.update_selection)
137
138
if self.select_rows:
139
view.setSelectionBehavior(QTableView.SelectRows)
@@ -250,7 +251,6 @@ def _setup_table_view(self):
250
251
252
# update the header (attribute names)
253
self._update_variable_labels()
- view.selectionFinished.connect(self.update_selection)
254
255
def _update_input_summary(self):
256
def format_summary(summary):
0 commit comments