mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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()
|
||||
{
|
||||
//init and set icon paint position
|
||||
if (pic == NULL)
|
||||
pic = new CComponentsPicture(x+fr_thickness+x_offset, y+fr_thickness/*+y_offset*/, 0, 0, "");
|
||||
pic->setXPos(x+fr_thickness+x_offset);
|
||||
pic->setYPos(y+fr_thickness);
|
||||
if (pic)
|
||||
delete pic;
|
||||
pic = new CComponentsPicture(x+fr_thickness+x_offset, y+fr_thickness/*+y_offset*/, 0, 0, "");
|
||||
|
||||
//define icon
|
||||
pic->setPicture(pic_name);
|
||||
|
Reference in New Issue
Block a user