This commit is contained in:
Kenny Shields 2014-01-08 19:25:13 -05:00
parent 2b1627d2a0
commit baa483b4ba

View File

@ -783,7 +783,7 @@ function newobject:RunKey(key, unicode, is_text)
self.unicode = unicode self.unicode = unicode
if unicode > 31 and unicode < 127 then if unicode > 31 and unicode < 127 then
-- do not continue if the text limit has been reached or exceeded -- do not continue if the text limit has been reached or exceeded
if #text >= self.limit and self.limit ~= 0 then if #text >= self.limit and self.limit ~= 0 and not alltextselected then
return return
end end
-- set the current key -- set the current key