Try to fix app-slaunch

This commit is contained in:
20kdc 2020-04-21 23:01:15 +01:00
parent cbe40da3bb
commit e308f54ad7
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
return {
["neo"] = {
desc = "KittenOS NEO Kernel & Base Libs",
v = 9,
v = 10,
deps = {
},
dirs = {

View File

@ -339,7 +339,8 @@ newNeoux = function (event, neo)
end
-- Note: w should be at least 2 - this is similar to buttons.
neoux.tcfield = function (x, y, w, textprop)
local p = 1
-- compat. workaround for apps which nuke tcfields
local p = unicode.len(textprop()) + 1
return {
x = x,
y = y,