summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 23:06:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 23:06:37 +0000
commitaaf45d80e084cf715374b0b6a8833a8d938c7585 (patch)
tree4ec150b3a36e11bdf27370c1f17f51125cbeb2bb /NxWidgets/ChangeLog.txt
parent7fb45f7b0753769e803bf5de5b2df638b41d07d6 (diff)
downloadnuttx-aaf45d80e084cf715374b0b6a8833a8d938c7585.tar.gz
nuttx-aaf45d80e084cf715374b0b6a8833a8d938c7585.tar.bz2
nuttx-aaf45d80e084cf715374b0b6a8833a8d938c7585.zip
Fix a positioning problem in CRlePaletteBitmap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4694 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 18bbffd6c..000fe2cda 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -20,3 +20,5 @@
out in the 1.0 release but is verfied functional in 1.1.
* CRlePalettBitmap: Fix an error in the text that determines if we
need to "rewind" to the beginning of the image.
+* CRlePalettBitmap: Fixe a positioning problem. It was actually losing
+ the last row of every image!