mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #143
This commit is contained in:
parent
d4ef705ecc
commit
d30dca3233
@ -1940,7 +1940,14 @@ end
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:SelectAll()
|
||||
|
||||
self.alltextselected = true
|
||||
if not self.multiline then
|
||||
if self.lines[1] ~= "" then
|
||||
self.alltextselected = true
|
||||
end
|
||||
else
|
||||
self.alltextselected = true
|
||||
end
|
||||
|
||||
return self
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user