mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(ui): invert select caret when open
This commit is contained in:
@@ -638,7 +638,7 @@ void Select::applyVisualState() {
|
||||
|
||||
m_triggerLabel->setColor(triggerText);
|
||||
m_triggerGlyph->setColor(triggerText);
|
||||
m_triggerGlyph->setGlyph(m_openUpward ? "chevron-up" : "chevron-down");
|
||||
m_triggerGlyph->setGlyph(m_open ? "chevron-up" : "chevron-down");
|
||||
|
||||
m_triggerBackground->setStyle(RoundedRectStyle{
|
||||
.fill = triggerBg,
|
||||
|
||||
Reference in New Issue
Block a user