mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[shared] Clean reloading (highlight, even) of
ScrollableExactApproximateExpressionsCell and ScrollableExactApproximateExpressionsView
This commit is contained in:
@@ -203,7 +203,6 @@ void SolutionsController::willDisplayCellAtLocation(HighlightCell * cell, int i,
|
||||
}
|
||||
EvenOddCell * evenOddCell = static_cast<EvenOddCell *>(cell);
|
||||
evenOddCell->setEven(j%2 == 0);
|
||||
evenOddCell->reloadCell();
|
||||
}
|
||||
|
||||
KDCoordinate SolutionsController::columnWidth(int i) {
|
||||
|
||||
Reference in New Issue
Block a user