mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
fix glcd icons, add to menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f20b50ac3
Author: TangoCash <eric@loxat.de>
Date: 2022-10-29 (Sat, 29 Oct 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -540,11 +540,11 @@ void cGLCD::Exec()
|
||||
} else {
|
||||
if (txtLocked) {
|
||||
drawText(t.glcd_icon_txt_x_position, t.glcd_icons_y_position,
|
||||
bitmap->Width() - 1, SmalltextWidth, "txt", &font_smalltext, GLCD::cColor::Green,
|
||||
bitmap->Width() - 1, SmalltextWidth, "rt", &font_smalltext, GLCD::cColor::Green,
|
||||
GLCD::cColor::Transparent, true, 0, 0);
|
||||
} else {
|
||||
drawText(t.glcd_icon_txt_x_position, t.glcd_icons_y_position,
|
||||
bitmap->Width() - 1, SmalltextWidth, "txt", &font_smalltext, GLCD::cColor::Gray,
|
||||
bitmap->Width() - 1, SmalltextWidth, "rt", &font_smalltext, GLCD::cColor::Gray,
|
||||
GLCD::cColor::Transparent, true, 0, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user