mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01:00
Fix progress late init
This commit is contained in:
@@ -126,7 +126,7 @@ end
|
||||
|
||||
-- @tparam Progress self @{Progress}
|
||||
function Progress.on_late_init(self)
|
||||
self:set_to(self._init_value)
|
||||
self:set_to(self.last_value)
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user