summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 13:34:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 13:34:09 +0000
commit1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659 (patch)
treecdfe988ec4cc479e3e69d3f297b8534ceece2eb3 /NxWidgets/ChangeLog.txt
parente4a79c57a116979c2cd74597e7c85d912ec6c10b (diff)
downloadpx4-nuttx-1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659.tar.gz
px4-nuttx-1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659.tar.bz2
px4-nuttx-1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659.zip
Fix NxWM bug: old window being minimized when new window open
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4757 42af7a65-404d-4744-a932-0658087f49c3
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 9a5855252..b763d5ee5 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -136,3 +136,7 @@
* NxWM::CTaskbar: After drawing the task bar, need to raise the
application window otherwise the taskbar will be on the top and
keyboard input will not be received by the top application.
+* NxWM::CTaskbar: Bugfix... previous window should now be minimized
+ when a new window is started. It should stay in a maximized state
+ so that it will re-appear with the window above it is closed or
+ minimized.