Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4737 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
fc935338e8
commit
a23a99c97c
@ -83,3 +83,4 @@
|
|||||||
these: Now support method to report if the application is a full-screen
|
these: Now support method to report if the application is a full-screen
|
||||||
or a normal application. This is necessary to prevent CTaskbar from
|
or a normal application. This is necessary to prevent CTaskbar from
|
||||||
displaying a task bar on top of a full-screen window.
|
displaying a task bar on top of a full-screen window.
|
||||||
|
* NxWM::CTaskbar: Ooops... minimizing the wrong application!
|
||||||
|
@ -521,7 +521,7 @@ bool CTaskbar::topApplication(IApplication *app)
|
|||||||
{
|
{
|
||||||
// Yes.. then minimize the application
|
// Yes.. then minimize the application
|
||||||
|
|
||||||
app->setMinimized(true);
|
m_topApp->setMinimized(true);
|
||||||
|
|
||||||
// And make the application non-visible
|
// And make the application non-visible
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user