[apps/code] VariableBox cells with node origins

This commit is contained in:
Léa Saviot
2020-04-03 11:26:29 +02:00
committed by Émilie Feral
parent 52644bf76d
commit 0863abc4da
3 changed files with 105 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ void EvenOddCell::setEven(bool even) {
KDColor EvenOddCell::backgroundColor() const {
// Select the background color according to the even line and the cursor selection
KDColor background = m_even ? KDColorWhite : Palette::WallScreen ;
KDColor background = m_even ? KDColorWhite : Palette::WallScreen;
background = isHighlighted() ? Palette::Select : background;
return background;
}