mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsPicture: show paint mode in debug output
This commit is contained in:
@@ -181,7 +181,7 @@ void CComponentsPicture::paintPicture()
|
|||||||
|
|
||||||
if (do_paint && cc_allow_paint){
|
if (do_paint && cc_allow_paint){
|
||||||
#ifdef DEBUG_CC
|
#ifdef DEBUG_CC
|
||||||
printf(" [CComponentsPicture] %s: paint image: %s (do_paint=%d)\n", __func__, pic_name.c_str(), do_paint);
|
printf(" [CComponentsPicture] %s: paint image: %s (do_paint=%d) with mode %d\n", __func__, pic_name.c_str(), do_paint, pic_paint_mode);
|
||||||
#endif
|
#endif
|
||||||
if (pic_paint_mode == CC_PIC_IMAGE_MODE_OFF)
|
if (pic_paint_mode == CC_PIC_IMAGE_MODE_OFF)
|
||||||
pic_painted = frameBuffer->paintIcon(pic_name, pic_x, pic_y, 0 /*pic_max_h*/, pic_offset, pic_paint, pic_paintBg, col_body);
|
pic_painted = frameBuffer->paintIcon(pic_name, pic_x, pic_y, 0 /*pic_max_h*/, pic_offset, pic_paint, pic_paintBg, col_body);
|
||||||
|
Reference in New Issue
Block a user