mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Fix progress late init
This commit is contained in:
parent
999789c1c8
commit
fadd0c4c4b
@ -126,7 +126,7 @@ end
|
|||||||
|
|
||||||
-- @tparam Progress self @{Progress}
|
-- @tparam Progress self @{Progress}
|
||||||
function Progress.on_late_init(self)
|
function Progress.on_late_init(self)
|
||||||
self:set_to(self._init_value)
|
self:set_to(self.last_value)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user