summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 10:34:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 10:34:51 -0600
commit3733936b6f7992263e3eebefd24a85a4f0a96452 (patch)
tree3a63514715aa2423c21987ba8fc42f84e83d6e0f /NxWidgets/ChangeLog.txt
parent41a2d518d0ad7c18a274841234abf1dee3ff6517 (diff)
downloadnuttx-3733936b6f7992263e3eebefd24a85a4f0a96452.tar.gz
nuttx-3733936b6f7992263e3eebefd24a85a4f0a96452.tar.bz2
nuttx-3733936b6f7992263e3eebefd24a85a4f0a96452.zip
Update ChangeLog
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 39d3606cf..9c2275abc 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/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