Make sure information is synced properly when item label is changed

This commit is contained in:
Veronica K. B. Olsen
2020-05-09 21:49:05 +02:00
parent 91dd15ab57
commit 1ad156054c
5 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ class GuiItemEditor(QDialog):
def __init__(self, theParent, theProject, tHandle):
QDialog.__init__(self, theParent)
logger.debug("Initialising ItemEditor ...")
logger.debug("Initialising GuiItemEditor ...")
self.mainConf = nw.CONFIG
self.theProject = theProject
@@ -141,7 +141,7 @@ class GuiItemEditor(QDialog):
self.editName.selectAll()
logger.debug("ItemEditor initialisation complete")
logger.debug("GuiItemEditor initialisation complete")
return