build_tag modal: make Tag Title selected when opening modal

This commit is contained in:
Jann Stute
2024-09-20 16:29:18 +02:00
parent 073d51734b
commit 55dc9851ba

View File

@@ -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: