Enhancement #1886219: In category editor, set focus to selected item

This commit is contained in:
Charles Haley 2020-07-04 09:20:00 +01:00
parent 2592198a82
commit 74a8e17f33

View File

@ -345,6 +345,7 @@ class TagListEditor(QDialog, Ui_TagListEditor):
else:
self.table.setCurrentCell(0, 0)
self.start_find_pos = -1
self.table.setFocus(True)
self.table.blockSignals(False)
def not_found_label_timer_event(self):