[ui_text] increasing order
This commit is contained in:
parent
79e14e1990
commit
964f34a92a
1 changed files with 3 additions and 3 deletions
|
@ -230,10 +230,10 @@ static inline void ncurses_draw_lcd_fullsize( void )
|
||||||
|
|
||||||
static inline void ncurses_draw_lcd( void )
|
static inline void ncurses_draw_lcd( void )
|
||||||
{
|
{
|
||||||
if ( config.small )
|
if ( config.tiny )
|
||||||
ncurses_draw_lcd_small();
|
|
||||||
else if ( config.tiny )
|
|
||||||
ncurses_draw_lcd_tiny();
|
ncurses_draw_lcd_tiny();
|
||||||
|
else if ( config.small )
|
||||||
|
ncurses_draw_lcd_small();
|
||||||
else
|
else
|
||||||
ncurses_draw_lcd_fullsize();
|
ncurses_draw_lcd_fullsize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue