mwm canvas

This commit is contained in:
kepler155c
2017-10-05 13:09:59 -04:00
parent 04dfd85698
commit 33bf4f4d7a
3 changed files with 238 additions and 185 deletions

View File

@@ -195,8 +195,8 @@ function UI.Spinner:init(args)
defaults.startX = defaults.x
defaults.startY = defaults.y
UI.setProperties(self, defaults)
UI.setProperties(self, args)
UI:setProperties(self, defaults)
UI:setProperties(self, args)
end
function UI.Spinner:spin(text)