From 13e0b8509d4b9b2ecdd127fc5b3b0f485e68eadc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 10:34:51 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 39d3606cf..9c2275abc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -476,3 +476,7 @@ * NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Improved state-related button displayes. Now correctly catches and handles file selection events (2014-7-17). +* NxWidgets::CImage: Cannot use NxWidgets::CGraphicsPort:drawBitmapGreyScale() + because it does not respect transparent or background colors in its current + form. The end result is that makes the image background grey as well as the + image (2014-7-17). \ No newline at end of file