CComponentsPicture: use body color as default clean up color

Origin commit data
------------------
Commit: 9668f89db1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-05 (Wed, 05 Oct 2016)
This commit is contained in:
2016-10-05 21:51:18 +02:00
parent 48e9dc11f3
commit fcb732f839

View File

@@ -82,6 +82,7 @@ void CComponentsPicture::init( const int &x_pos, const int &y_pos, const int &w,
col_frame = color_frame;
col_body = color_background;
col_shadow = color_shadow;
col_shadow_clean= col_body;
do_scale = allow_scale;
image_cache = NULL; //image
enable_cache = false;