mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[escher] Uniformize methods in menu list cell and even odd cells
Change-Id: Idccb55bdfe0ff2010fd06bd5796b8c324469446b
This commit is contained in:
@@ -7,8 +7,13 @@ EvenOddBufferTextCell::EvenOddBufferTextCell(KDText::FontSize size, float horizo
|
||||
{
|
||||
}
|
||||
|
||||
void EvenOddBufferTextCell::reloadCell() {
|
||||
EvenOddCell::reloadCell();
|
||||
void EvenOddBufferTextCell::setHighlighted(bool highlight) {
|
||||
EvenOddCell::setHighlighted(highlight);
|
||||
m_bufferTextView.setBackgroundColor(backgroundColor());
|
||||
}
|
||||
|
||||
void EvenOddBufferTextCell::setEven(bool even) {
|
||||
EvenOddCell::setEven(even);
|
||||
m_bufferTextView.setBackgroundColor(backgroundColor());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user