mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Enhancement #1886219: In category editor, set focus to selected item
This commit is contained in:
parent
2592198a82
commit
74a8e17f33
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user