CComponentsInfoBox: missing shadow

- Removed wrong parameter 'rad' from function call CComponentsInfoBox


Origin commit data
------------------
Branch: ni/coolstream
Commit: 301193ce01
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-17 (Tue, 17 Jul 2012)

Origin message was:
------------------
* CComponentsInfoBox: missing shadow

- Removed wrong parameter 'rad' from function call CComponentsInfoBox


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-07-17 22:22:09 +02:00
parent 77f2e05c46
commit 4b4b65ff9a

View File

@@ -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);