diff options
-rw-r--r-- | not/Button.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Button.lua b/not/Button.lua index 3c6042d..3493a84 100644 --- a/not/Button.lua +++ b/not/Button.lua @@ -17,6 +17,7 @@ end function Button:getSize () return 58, 15 +end function Button:setText (text) self.text = text or "" |