summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-12 11:47:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-12 11:47:09 -0600
commit761d051218d4bf29a71532d7e67a18beda63cb30 (patch)
treecf7f509dda831dcc7257e379e4d241a01348f08e /NxWidgets/ChangeLog.txt
parent9cbcaf0b572ee505767e47fcc41cfe660c8e3ae3 (diff)
downloadpx4-nuttx-761d051218d4bf29a71532d7e67a18beda63cb30.tar.gz
px4-nuttx-761d051218d4bf29a71532d7e67a18beda63cb30.tar.bz2
px4-nuttx-761d051218d4bf29a71532d7e67a18beda63cb30.zip
Fixe a race confition in NxWM::CCalibration
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 c72d20782..46eb06a08 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -354,3 +354,7 @@
need to minimize the icon size a bit. From Ken Pettit (2013-5-11).
* NxWidgets/nxwm/src/glyph_mediaplayer.cxx: Smaller version of the
media player glyph. From Ken Pettit (2013-5-12).
+* NxWidgets/nxwm/include/ccalibration.hxx and src/ccalibration.cxx:
+ Fix a race condition that would cause the calibration screen
+ to fail to come up when its icon was touched (From Ken Pettit,
+ 2013-5-12).