test: Fix widget cache
This commit is contained in:
parent
505db433d6
commit
72c437a7c8
|
@ -93,7 +93,7 @@ return {
|
||||||
return width or 10, height or 10
|
return width or 10, height or 10
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
w._widget_caches = {}
|
w._private.widget_caches = {}
|
||||||
|
|
||||||
return w
|
return w
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue