mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Correct an NX error that would leave stuff on the display when a window is closed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1892,3 +1892,6 @@
|
||||
* graphics/nxbe/nxbe_move.c: Fixed an error in the graphics move logic (This
|
||||
was a previously untested interface). Basically, there is some confusion
|
||||
between use of (x,y) as a relative offset or as an absolute position.
|
||||
* graphics/nxbe/nxbe_close.c: Fixed an important graphics system bug:
|
||||
When a window is closed, the display was not being updated. The old
|
||||
window graphic was left on the display for a time.
|
||||
|
||||
Reference in New Issue
Block a user