mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsInfoBox: ensure new init of picture
Delete causes a clean background because it is possible that remnants are left after changed font size.
This commit is contained in:
@@ -92,10 +92,9 @@ void CComponentsInfoBox::initVarInfobox()
|
|||||||
void CComponentsInfoBox::paintPicture()
|
void CComponentsInfoBox::paintPicture()
|
||||||
{
|
{
|
||||||
//init and set icon paint position
|
//init and set icon paint position
|
||||||
if (pic == NULL)
|
if (pic)
|
||||||
pic = new CComponentsPicture(x+fr_thickness+x_offset, y+fr_thickness/*+y_offset*/, 0, 0, "");
|
delete pic;
|
||||||
pic->setXPos(x+fr_thickness+x_offset);
|
pic = new CComponentsPicture(x+fr_thickness+x_offset, y+fr_thickness/*+y_offset*/, 0, 0, "");
|
||||||
pic->setYPos(y+fr_thickness);
|
|
||||||
|
|
||||||
//define icon
|
//define icon
|
||||||
pic->setPicture(pic_name);
|
pic->setPicture(pic_name);
|
||||||
|
Reference in New Issue
Block a user