mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
cc_frm_header: ensure restore logo background before cleanup
clean background is required before paint new logo, avoids overpaint of old logo supplement to: fix artifacts if no logo found
This commit is contained in:
@@ -388,7 +388,10 @@ void CComponentsHeader::initLogo()
|
||||
cch_logo_obj->setYPos(height/2 - cch_logo_obj->getHeight()/2);
|
||||
}
|
||||
else
|
||||
{
|
||||
cch_logo_obj->hide();
|
||||
cch_logo_obj->clearFbData();
|
||||
}
|
||||
}
|
||||
|
||||
void CComponentsHeader::addContextButton(const std::string& button_name)
|
||||
|
Reference in New Issue
Block a user