Big oops. I broke the category editor.

This commit is contained in:
Charles Haley 2023-04-01 11:50:29 +01:00
parent 5b9d05214c
commit fe60fd8125

View File

@ -546,7 +546,7 @@ class TagListEditor(QDialog, Ui_TagListEditor):
self.table.blockSignals(False)
def finish_editing(self, edited_item):
if edited_item.column != 0:
if edited_item.column() != 0:
return
if not edited_item.text():
error_dialog(self, _('Item is blank'), _(