mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
Revert "CComponentsItem: fix remove gradient buffer on killed item"
This reverts commit 51aab307c3
.
This commit is contained in:
@@ -168,10 +168,6 @@ void CComponentsItem::kill(const fb_pixel_t& bg_color, bool ignore_parent)
|
|||||||
void CComponentsItem::syncSysColors()
|
void CComponentsItem::syncSysColors()
|
||||||
{
|
{
|
||||||
col_body = COL_MENUCONTENT_PLUS_0;
|
col_body = COL_MENUCONTENT_PLUS_0;
|
||||||
if (cc_body_gradientBuf){
|
|
||||||
free(cc_body_gradientBuf);
|
|
||||||
cc_body_gradientBuf = NULL;
|
|
||||||
}
|
|
||||||
col_shadow = COL_MENUCONTENTDARK_PLUS_0;
|
col_shadow = COL_MENUCONTENTDARK_PLUS_0;
|
||||||
col_frame = COL_MENUCONTENT_PLUS_6;
|
col_frame = COL_MENUCONTENT_PLUS_6;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user