gui/components: use COL_BACKGROUND_PLUS_0 instead of COL_BACKGROUND

This commit is contained in:
martii
2014-06-09 09:32:48 +02:00
committed by [CST] Focus
parent da5be5860f
commit be29f644f0
3 changed files with 5 additions and 5 deletions

View File

@@ -236,7 +236,7 @@ void CComponents::kill(const fb_pixel_t& bg_color, const int& corner_radius)
{
for(size_t i =0; i< v_fbdata.size() ;i++){
#if 0
if (bg_color != COL_BACKGROUND)
if (bg_color != COL_BACKGROUND_PLUS_0)
#endif
int r = v_fbdata[i].r;
if (corner_radius > -1)