From 4b4b65ff9a1b38651ea3c1b748b276fc909c391a Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 17 Jul 2012 22:22:09 +0200 Subject: [PATCH] CComponentsInfoBox: missing shadow - Removed wrong parameter 'rad' from function call CComponentsInfoBox Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/301193ce01848fa975b1e4a81f2981310ae52aa5 Author: Michael Liebmann 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 --- 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);