mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsHeader: reset icon width, if no icon is defined
This commit is contained in:
@@ -1800,7 +1800,7 @@ void CComponentsHeader::setHeaderIcon(const char* icon_name)
|
|||||||
void CComponentsHeader::initCCHeaderIcon()
|
void CComponentsHeader::initCCHeaderIcon()
|
||||||
{
|
{
|
||||||
if (cch_icon_name == NULL) {
|
if (cch_icon_name == NULL) {
|
||||||
// cch_icon_w = 5;
|
cch_icon_w = cch_btn_offset;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user