mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[escher] Optimize redrawing when changing features in cells (color,
highlight, even) Change-Id: I0afa8b6fad656d578bb8e071183646196bc816f9
This commit is contained in:
@@ -9,8 +9,13 @@ NewFunctionCell::NewFunctionCell(I18n::Message text) :
|
||||
{
|
||||
}
|
||||
|
||||
void NewFunctionCell::reloadCell() {
|
||||
EvenOddCell::reloadCell();
|
||||
void NewFunctionCell::setEven(bool even) {
|
||||
EvenOddCell::setEven(even);
|
||||
m_messageTextView.setBackgroundColor(backgroundColor());
|
||||
}
|
||||
|
||||
void NewFunctionCell::setHighlighted(bool highlight) {
|
||||
EvenOddCell::setHighlighted(highlight);
|
||||
m_messageTextView.setBackgroundColor(backgroundColor());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user