From d59eb0542704f28eede86f9b46ad2781b43fa593 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 16 Aug 2012 17:41:19 +0200 Subject: [PATCH] CChannelList: adapt for last changes in CComponents --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index a7656fcdb..a6ed738c7 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1531,7 +1531,7 @@ void CChannelList::paintDetails(int index) //infobox if (ibox == NULL) - ibox = new CComponentsInfoBox(x, y + height + 2, width, info_height, false); + ibox = new CComponentsInfoBox(x, y + height + 2, width, info_height); ibox->setCornerRadius(RADIUS_LARGE); ibox->paint(false);