fix FS#8701 - metronome doesnt change back to ui font after drawing

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16585 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-03-09 02:36:17 +00:00
parent 3f686d7034
commit 44047248ce

View File

@ -193,6 +193,7 @@ void metronome_draw(struct screen* display)
display->puts(0,2,METRONOME_MSG_START);
else
display->puts(0,2,METRONOME_MSG_STOP);
display->setfont(FONT_UI);
#endif /* HAVE_LCD_BITMAP */
display->update();
}