CShellWindow: use current window color for result button

Origin commit data
------------------
Branch: ni/coolstream
Commit: 467e888458
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-01-04 22:47:01 +01:00
committed by vanhofen
parent 57b65dd200
commit a3e9a5aad9

View File

@@ -251,7 +251,8 @@ void CShellWindow::showResult()
int xpos = frameBuffer->getScreenWidth() - b_width;
int ypos = frameBuffer->getScreenHeight() - b_height;
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;