mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
CChannelList: adapt for last changes in CComponents
Origin commit data
------------------
Commit: d59eb05427
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-16 (Thu, 16 Aug 2012)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user