forked from FOSS/BangleApps
Fixed cursor color
parent
faabba9919
commit
68382b81ae
|
@ -192,6 +192,7 @@ function drawMenuItems(menuItem) {
|
|||
function drawCursor(){
|
||||
g.setFontUbuntuMono();
|
||||
g.setFontAlign(-1, -1);
|
||||
g.setColor(g.theme.fg);
|
||||
|
||||
g.clearRect(0, 27 + 28, 15, H);
|
||||
if(!Bangle.isLocked()){
|
||||
|
|
Loading…
Reference in New Issue