from retail
This commit is contained in:
parent
8cb0f0f8d7
commit
6ad996d52f
1 changed files with 3 additions and 0 deletions
|
|
@ -590,6 +590,9 @@ local function UpdateProgressFromManual(self, minMaxConfig, state, value, total)
|
|||
if self.UpdateValue then
|
||||
self:UpdateValue()
|
||||
end
|
||||
if self.SetAdditionalProgress then
|
||||
self:SetAdditionalProgress(nil)
|
||||
end
|
||||
end
|
||||
|
||||
local function UpdateProgressFrom(self, progressSource, minMaxConfig, state, states, parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue