framework-widget icon indicating copy to clipboard operation
framework-widget copied to clipboard

[BUG] remove uninitialized variable when not using image sheet

Open mdsandell opened this issue 3 years ago • 1 comments

Signed-off-by: Mark Sandell [email protected]

This should fix #21 but is completely untested, since I haven't figured out how to build widgets (or corona as a whole) locally yet.

mdsandell avatar Aug 17 '21 19:08 mdsandell

I was finally able to confirm this fixes it. Interestingly, it's only an issue for me because I was using the "strict" custom module to avoid globals/undeclared variables. Either way, I recommend merging this fix in.

mdsandell avatar Aug 25 '21 18:08 mdsandell