mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Bedit: adapt for last changes in CComponents
This commit is contained in:
@@ -247,7 +247,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
|
||||
//infobox
|
||||
if (ibox == NULL)
|
||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height);
|
||||
ibox->paint(false,true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user