mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[escher/code] Cleaned Toolbox rowHeight().
Now it is set in escher/toolbox.h, with value 40 and no differentiation Node/Leaf. Change-Id: I0809d87a5df5b8bffe201c9faf72ff901430cbe5
This commit is contained in:
@@ -60,13 +60,6 @@ void SequenceToolbox::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
}
|
||||
}
|
||||
|
||||
KDCoordinate SequenceToolbox::rowHeight(int j) {
|
||||
if (typeAtLocation(0, j) == 2) {
|
||||
return k_addedRowHeight;
|
||||
}
|
||||
return MathToolbox::rowHeight(mathToolboxIndex(j));
|
||||
}
|
||||
|
||||
int SequenceToolbox::typeAtLocation(int i, int j) {
|
||||
if (stackDepth() == 0 && j < m_numberOfAddedCells) {
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user