From 545d81dbf8ea2dec334a16c2a6e44272928dd919 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d59eb0542704f28eede86f9b46ad2781b43fa593 Author: Thilo Graf Date: 2012-08-16 (Thu, 16 Aug 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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);