Merge pull request #782 from vkbo/meta_stats

Clear handle when tree details panel is cleared
This commit is contained in:
Veronica Berglyd Olsen
2021-05-17 20:25:36 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ __pycache__
/nw/assets/sample.zip
/sample/cache
/sample/meta
/sample/versions
*.bak
*.lock
ToC.txt
+2
View File
@@ -196,6 +196,8 @@ class GuiItemDetails(QWidget):
def clearDetails(self):
"""Clear all the data values.
"""
self.theHandle = None
self.labelFlag.setPixmap(QPixmap(1, 1))
self.statusFlag.setPixmap(QPixmap(1, 1))
self.classFlag.setText("")