fix(ui): invert select caret when open

This commit is contained in:
Ly-sec
2026-05-09 14:21:24 +02:00
parent acee4e4860
commit 401dcde0da
+1 -1
View File
@@ -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,