mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/code] VariableBox cells with node origins
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user