mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CShellWindow: use current window color for result button
This commit is contained in:
@@ -251,7 +251,8 @@ void CShellWindow::showResult()
|
|||||||
int xpos = frameBuffer->getScreenWidth() - b_width;
|
int xpos = frameBuffer->getScreenWidth() - b_width;
|
||||||
int ypos = frameBuffer->getScreenHeight() - b_height;
|
int ypos = frameBuffer->getScreenHeight() - b_height;
|
||||||
CComponentsButton btn(xpos, ypos, b_width, b_height, LOCALE_MESSAGEBOX_BACK, NEUTRINO_ICON_BUTTON_OKAY, NULL, true, true);
|
CComponentsButton btn(xpos, ypos, b_width, b_height, LOCALE_MESSAGEBOX_BACK, NEUTRINO_ICON_BUTTON_OKAY, NULL, true, true);
|
||||||
btn.paint();
|
btn.setColorBody(COL_MENUCONTENT_PLUS_0);
|
||||||
|
btn.paint(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
neutrino_msg_t msg;
|
neutrino_msg_t msg;
|
||||||
|
Reference in New Issue
Block a user