Update annotations in related source

This commit is contained in:
Veronica Berglyd Olsen
2023-07-28 23:17:09 +02:00
parent addacd368d
commit 08648e0a33
4 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -3034,7 +3034,7 @@ class GuiDocEditFooter(QWidget):
sIcon = QPixmap()
sText = ""
else:
theStatus, theIcon = self._theItem.getImportStatus()
theStatus, theIcon = self._theItem.getImportStatus(incIcon=True)
sIcon = theIcon.pixmap(self.sPx, self.sPx)
sText = f"{theStatus} / {self._theItem.describeMe()}"