This commit is contained in:
Kovid Goyal 2020-06-19 07:50:39 +05:30
parent ee47bf27f7
commit eca6da34cd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -487,7 +487,7 @@ class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
c = self.table.item(row, 1)
txt = author_to_author_sort(aut)
self.authors[id_]['sort'] = txt
c.setText(txt) # This triggers another cellChanged event
c.setText(txt) # This triggers another cellChanged event
item = c
else:
item = self.table.item(row, col)