mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
* CComponentsInfoBox: missing shadow
- Removed wrong parameter 'rad' from function call CComponentsInfoBox
This commit is contained in:
@@ -1122,7 +1122,7 @@ printf("paintHint: icon %s text %s\n", item->hintIcon.c_str(), g_Locale->getText
|
|||||||
details_line->paint();
|
details_line->paint();
|
||||||
|
|
||||||
if (info_box == NULL)
|
if (info_box == NULL)
|
||||||
info_box = new CComponentsInfoBox(x, ypos2, iwidth, hint_height, rad);
|
info_box = new CComponentsInfoBox(x, ypos2, iwidth, hint_height);
|
||||||
else {
|
else {
|
||||||
info_box->setXPos(x);
|
info_box->setXPos(x);
|
||||||
info_box->setYPos(ypos2);
|
info_box->setYPos(ypos2);
|
||||||
|
Reference in New Issue
Block a user