mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
CCDraw: try to fix is_painted property after used kill()
This commit is contained in:
@@ -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;
|
firstPaint = true;
|
||||||
is_painted = false;
|
is_painted = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user