mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix for #1473140 - Improvement/Feature Request: Tag Editor Change. Initial focus is given to the filter available tags box instead of the add tag box.
This commit is contained in:
parent
c9002607f6
commit
f588f58603
@ -73,6 +73,8 @@ class TagEditor(QDialog, Ui_TagEditor):
|
|||||||
self.available_filter_input.textChanged.connect(self.filter_tags)
|
self.available_filter_input.textChanged.connect(self.filter_tags)
|
||||||
self.applied_filter_input.textChanged.connect(partial(self.filter_tags, which='applied_tags'))
|
self.applied_filter_input.textChanged.connect(partial(self.filter_tags, which='applied_tags'))
|
||||||
|
|
||||||
|
self.available_filter_input.setFocus()
|
||||||
|
|
||||||
if islinux:
|
if islinux:
|
||||||
self.available_tags.itemDoubleClicked.connect(self.apply_tags)
|
self.available_tags.itemDoubleClicked.connect(self.apply_tags)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user