progressbardialog: fix refresh

This commit is contained in:
Benoit Pierre
2025-11-10 12:19:59 +01:00
committed by Frans de Jonge
parent ea3a8a7dbe
commit 60a475773c

View File

@@ -173,7 +173,7 @@ end
function ProgressbarDialog:redrawProgressbar()
--UI is not updating during file download so force an update
UIManager:setDirty(self, function() return "fast", self.progress_bar.dimen end)
UIManager:setDirty(self, function() return "fast", self.dimen end)
UIManager:forceRePaint()
end