mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-03 00:29:14 +00:00
build_tag modal: make Tag Title selected when opening modal
This commit is contained in:
@@ -201,7 +201,7 @@ class BuildTagPanel(PanelWidget):
|
||||
if self.color_field.itemData(i) == tag.color:
|
||||
self.color_field.setCurrentIndex(i)
|
||||
break
|
||||
|
||||
self.name_field.selectAll()
|
||||
self.tag = tag
|
||||
|
||||
def build_tag(self) -> Tag:
|
||||
|
||||
Reference in New Issue
Block a user