mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] AngleUnit, FormatComplex and PrintFloatMode are now
enumeration of Preferences class
This commit is contained in:
@@ -63,7 +63,7 @@ KDCoordinate EditableCellTableViewController::rowHeight(int j) {
|
||||
return k_cellHeight;
|
||||
}
|
||||
|
||||
void EditableCellTableViewController::willDisplayCellAtLocationWithDisplayMode(HighlightCell * cell, int i, int j, PrintFloat::Mode floatDisplayMode) {
|
||||
void EditableCellTableViewController::willDisplayCellAtLocationWithDisplayMode(HighlightCell * cell, int i, int j, Preferences::PrintFloatMode floatDisplayMode) {
|
||||
EvenOddCell * myCell = (EvenOddCell *)cell;
|
||||
/* We set the cell even or odd state only if the cell is not being edited.
|
||||
* Otherwise, the cell background is white whichever it is an odd or even cell
|
||||
|
||||
Reference in New Issue
Block a user