mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/calculation] HistoryViewCell: fix setHighlighted to reload
subviews highlight
This commit is contained in:
@@ -61,6 +61,7 @@ void HistoryViewCell::setHighlighted(bool highlight) {
|
||||
return;
|
||||
}
|
||||
m_highlighted = highlight;
|
||||
reloadSubviewHighlight();
|
||||
// Re-layout as the ellispsis subview might have appear/disappear
|
||||
layoutSubviews();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user