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:
@@ -221,7 +221,7 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
|||||||
|
|
||||||
//infobox
|
//infobox
|
||||||
if (ibox == NULL)
|
if (ibox == NULL)
|
||||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
ibox = new CComponentsInfoBox(x, ypos2, width, info_height);
|
||||||
ibox->paint(false,true);
|
ibox->paint(false,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -247,7 +247,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
|||||||
|
|
||||||
//infobox
|
//infobox
|
||||||
if (ibox == NULL)
|
if (ibox == NULL)
|
||||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
ibox = new CComponentsInfoBox(x, ypos2, width, info_height);
|
||||||
ibox->paint(false,true);
|
ibox->paint(false,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user