Fix slider args typo

This commit is contained in:
Insality 2020-10-12 01:44:25 +03:00
parent 22f947859a
commit 67ecca4448

View File

@ -74,7 +74,7 @@ function Slider.init(self, node, end_pos, callback)
end end
function Slider.on_layout_change(self, ) function Slider.on_layout_change(self)
self:set(self.value, true) self:set(self.value, true)
end end