mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-27 07:46:24 -04:00
Fixed background color on solitaire menu. It wasn't set when entering menu and having a dark background made it almost unreadable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
756ce4abca
commit
dd7b8fcbe2
1 changed files with 1 additions and 1 deletions
|
|
@ -534,6 +534,7 @@ int solitaire_menu(bool in_game)
|
||||||
struct menu_item items[4];
|
struct menu_item items[4];
|
||||||
|
|
||||||
#if LCD_DEPTH > 1
|
#if LCD_DEPTH > 1
|
||||||
|
rb->lcd_set_background(LCD_DEFAULT_BG);
|
||||||
rb->lcd_set_foreground(LCD_DEFAULT_FG);
|
rb->lcd_set_foreground(LCD_DEFAULT_FG);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
@ -1050,7 +1051,6 @@ int solitaire( void )
|
||||||
rb->lcd_clear_display();
|
rb->lcd_clear_display();
|
||||||
|
|
||||||
#if LCD_DEPTH > 1
|
#if LCD_DEPTH > 1
|
||||||
rb->lcd_set_background(LCD_DEFAULT_BG);
|
|
||||||
rb->lcd_set_foreground(LCD_BLACK);
|
rb->lcd_set_foreground(LCD_BLACK);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue