mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 06:10:31 +01:00
[escher] TableView::cellAtLocation should return nullptr if the cell is
invisible and therefore no view displays it. Fix bug: add 4 functions, in the values table one cell is wrong as soon as you edit an x value
This commit is contained in:
committed by
LeaNumworks
parent
f30df04dba
commit
55be86ef50
@@ -63,6 +63,7 @@ void CalculationSelectableTableView::scrollToSubviewOfTypeOfCellAtLocation(Histo
|
||||
* selected calculation has not changed. */
|
||||
setContentOffset(KDPoint(contentOffsetX, contentOffsetY));
|
||||
HighlightCell * cell = cellAtLocation(i, j);
|
||||
assert(cell);
|
||||
cell->setHighlighted(true);
|
||||
if (m_delegate) {
|
||||
m_delegate->tableViewDidChangeSelection(this, selectedColumn(), selectedRow());
|
||||
|
||||
Reference in New Issue
Block a user