CCDraw: try to fix is_painted property after used kill()

Origin commit data
------------------
Branch: ni/coolstream
Commit: be1f555e37
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-28 (Thu, 28 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-01-28 21:12:46 +01:00
committed by Michael Liebmann
parent ca241faf59
commit 0598782eda

View File

@@ -676,7 +676,7 @@ void CCDraw::kill(const fb_pixel_t& bg_color, const int& corner_radius, const in
}
}
if (fblayer_type == CC_FBDATA_TYPE_BOX){
if (fblayer_type == CC_FBDATA_TYPES){
firstPaint = true;
is_painted = false;
}