summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-04 08:11:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-04 08:11:45 -0600
commit7525149138b8aa7b122683a55ef7b75f010995c6 (patch)
treea7e43a3730b906f53c608de59d4a465107eb10f2 /NxWidgets/ChangeLog.txt
parenteb9a60d5780d431a6fb579de8021d9e05c0453ee (diff)
downloadpx4-nuttx-7525149138b8aa7b122683a55ef7b75f010995c6.tar.gz
px4-nuttx-7525149138b8aa7b122683a55ef7b75f010995c6.tar.bz2
px4-nuttx-7525149138b8aa7b122683a55ef7b75f010995c6.zip
NxWM::CTaskbar: Add a method to redraw the task bar and the top application. From Petteri Aimonen
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 93112b7a0..95a899011 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -374,4 +374,8 @@
* NxWidgets::CNumericEdit: Delay before auto-incrementing now varies:
A longer delay is required to start auto-incrementing and speed increases
while pressed. From Petteri Aimonen (2013-6-4).
+* NxWM::CTaskbar: Add a method to redraw the taskbar and the current
+ application. This should only be necessary if the display loses
+ state due to e.g. powerdown or other manual intervention. From
+ Petteri Aimonen (2013-6-4).