mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 15:05:13 +00:00
libnxwidgets: Fix default text colors in NxWidgets::CListBox
This commit is contained in:
parent
c450feed48
commit
5ea0785c16
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ CListBox::~CListBox(void)
|
|||
void CListBox::addOption(const CNxString &text, const uint32_t value)
|
||||
{
|
||||
addOption(text, value,
|
||||
getShadowEdgeColor(), getBackgroundColor(),
|
||||
getShadowEdgeColor(), getHighlightColor());
|
||||
getEnabledTextColor(), getBackgroundColor(),
|
||||
getSelectedTextColor(), getSelectedBackgroundColor());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue