* CComponentsInfoBox: missing shadow

- Removed wrong parameter 'rad' from function call CComponentsInfoBox
This commit is contained in:
micha-bbg
2012-07-17 22:22:09 +02:00
parent ea33afbcf8
commit 301193ce01

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