mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 15:41:00 +02:00
fix artifacts if no logo found
Origin commit data
------------------
Commit: 626d404e95
Author: TangoCash <eric@loxat.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
This commit is contained in:
@@ -387,6 +387,8 @@ void CComponentsHeader::initLogo()
|
|||||||
cch_logo_obj->setXPos(x_logo);
|
cch_logo_obj->setXPos(x_logo);
|
||||||
cch_logo_obj->setYPos(height/2 - cch_logo_obj->getHeight()/2);
|
cch_logo_obj->setYPos(height/2 - cch_logo_obj->getHeight()/2);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
cch_logo_obj->clearFbData();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CComponentsHeader::addContextButton(const std::string& button_name)
|
void CComponentsHeader::addContextButton(const std::string& button_name)
|
||||||
|
Reference in New Issue
Block a user