mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CChannelList: adapt for last changes in CComponents
This commit is contained in:
@@ -1531,7 +1531,7 @@ void CChannelList::paintDetails(int index)
|
|||||||
|
|
||||||
//infobox
|
//infobox
|
||||||
if (ibox == NULL)
|
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->setCornerRadius(RADIUS_LARGE);
|
||||||
ibox->paint(false);
|
ibox->paint(false);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user