minor improvements

This commit is contained in:
airstruck
2015-12-10 16:05:54 -05:00
parent bcfed7b737
commit c8ca310811
20 changed files with 160 additions and 108 deletions

View File

@@ -182,7 +182,7 @@ return function (self)
self.fontData = Backend.Font(self.font, self.size)
end
self.value = self.value or self.text or ''
self.value = tostring(self.value or self.text or '')
self.text = ''