parent
a11792e31d
commit
83981d4a6c
|
|
@ -364,7 +364,7 @@
|
||||||
Bangle.removeListener('drag', dragHandler);
|
Bangle.removeListener('drag', dragHandler);
|
||||||
if (drawTimeout) clearTimeout(drawTimeout);
|
if (drawTimeout) clearTimeout(drawTimeout);
|
||||||
drawTimeout = undefined;
|
drawTimeout = undefined;
|
||||||
unloadCustomBoxClkFonts(); // Remove custom fonts
|
unloadCustomBoxclkFonts(); // Remove custom fonts
|
||||||
// Restore original drawString function (no outlines)
|
// Restore original drawString function (no outlines)
|
||||||
g.drawString = g_drawString;
|
g.drawString = g_drawString;
|
||||||
restoreSetColor();
|
restoreSetColor();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue