mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
bouqueteditor:-fix paint infox box
This commit is contained in:
@@ -222,7 +222,7 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
//infobox
|
||||
if (ibox == NULL)
|
||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
||||
ibox->paint(false);
|
||||
ibox->paint(false,true);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -254,7 +254,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
//infobox
|
||||
if (ibox == NULL)
|
||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
||||
ibox->paint(false);
|
||||
ibox->paint(false,true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user