This commit is contained in:
Kovid Goyal 2022-01-07 08:11:12 +05:30
parent 37334d19cc
commit 141ff585c9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -288,7 +288,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
if self.column_order_val(i) == row:
o.setCurrentCell(i, 1)
o.scrollTo(o.currentIndex())
break;
break
self.changed_signal.emit()
def label_to_lookup_name(self, label):