STM32 F4 patches from Petteri Aimonen (mostly USB)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5652 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
1e8e94837c
commit
a96a12751a
@ -278,4 +278,6 @@
|
|||||||
action event. From Petteri Aimonen.
|
action event. From Petteri Aimonen.
|
||||||
* NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that
|
* NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that
|
||||||
it works with indexed input images.
|
it works with indexed input images.
|
||||||
|
* NxWidgets::CLabel: Fix backward conditional compilation in the
|
||||||
|
"flicker free" logic.
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ void CLabel::drawContents(CGraphicsPort *port)
|
|||||||
|
|
||||||
// Draw the background (excluding the border)
|
// Draw the background (excluding the border)
|
||||||
|
|
||||||
#ifdef CONFIG_NXWIDGETS_FLICKERFREE
|
#ifndef CONFIG_NXWIDGETS_FLICKERFREE
|
||||||
port->drawFilledRect(rect.getX(), rect.getY(),
|
port->drawFilledRect(rect.getX(), rect.getY(),
|
||||||
rect.getWidth(), rect.getHeight(), backColor);
|
rect.getWidth(), rect.getHeight(), backColor);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user