You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function Textbox:val(newval) if newval then --self:setEditorState(tostring(newval), nil, string.len(newval) + 2 - self.windowW) self:setEditorState(tostring(newval)) --this seems to work better self:redraw() else return self.retval end end
The text was updated successfully, but these errors were encountered:
function Textbox:val(newval) if newval then --self:setEditorState(tostring(newval), nil, string.len(newval) + 2 - self.windowW) self:setEditorState(tostring(newval)) --this seems to work better self:redraw() else return self.retval end end
The text was updated successfully, but these errors were encountered: