mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] Fix an even odd bug: make colors consistent between even odd
cells and inheriting even odd cells (scrollable_exact_approximate_expressions_cell)
This commit is contained in:
@@ -80,6 +80,7 @@ int SolutionsController::numberOfColumns() {
|
||||
void SolutionsController::willDisplayCellAtLocation(HighlightCell * cell, int i, int j) {
|
||||
EvenOddCell * evenOddCell = static_cast<EvenOddCell *>(cell);
|
||||
evenOddCell->setEven(j%2 == 0);
|
||||
evenOddCell->reloadCell();
|
||||
if (i == 0) {
|
||||
EvenOddBufferTextCell * symbolCell = static_cast<EvenOddBufferTextCell *>(cell);
|
||||
symbolCell->setFontSize(KDText::FontSize::Large);
|
||||
|
||||
Reference in New Issue
Block a user