From 301193ce01848fa975b1e4a81f2981310ae52aa5 Mon Sep 17 00:00:00 2001 From: micha-bbg Date: Tue, 17 Jul 2012 22:22:09 +0200 Subject: [PATCH] * CComponentsInfoBox: missing shadow - Removed wrong parameter 'rad' from function call CComponentsInfoBox --- src/gui/widget/menue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/menue.cpp b/src/gui/widget/menue.cpp index 784d0088d..fae5376ce 100644 --- a/src/gui/widget/menue.cpp +++ b/src/gui/widget/menue.cpp @@ -1122,7 +1122,7 @@ printf("paintHint: icon %s text %s\n", item->hintIcon.c_str(), g_Locale->getText details_line->paint(); if (info_box == NULL) - info_box = new CComponentsInfoBox(x, ypos2, iwidth, hint_height, rad); + info_box = new CComponentsInfoBox(x, ypos2, iwidth, hint_height); else { info_box->setXPos(x); info_box->setYPos(ypos2);