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

Origin commit data
------------------
Commit: be1f555e37
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-28 (Thu, 28 Jan 2016)
This commit is contained in:
2016-01-28 21:12:46 +01:00
committed by Michael Liebmann
parent a8154e53d6
commit 9e138f678e

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;
}