1
0
Fork 0

Fixed cursor color

master
David Peer 2022-10-02 15:52:48 +02:00
parent faabba9919
commit 68382b81ae
1 changed files with 1 additions and 0 deletions

View File

@ -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()){