mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +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
|
//infobox
|
||||||
if (ibox == NULL)
|
if (ibox == NULL)
|
||||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
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
|
//infobox
|
||||||
if (ibox == NULL)
|
if (ibox == NULL)
|
||||||
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
|
||||||
ibox->paint(false);
|
ibox->paint(false,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user