mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[escher][apps/shared] In table view, when scrolling to a cell, check if
the table size has not decreased to adjust the offset Change-Id: Ifd89ec2b51b2adb9ca860ce0b58f2b6e58b838a1
This commit is contained in:
@@ -56,6 +56,7 @@ bool ValuesController::handleEvent(Ion::Events::Event event) {
|
||||
(selectedRow() < numberOfRows()-1 || m_interval->numberOfElements() == Interval::k_maxNumberOfElements)) {
|
||||
m_interval->deleteElementAtIndex(selectedRow()-1);
|
||||
selectableTableView()->reloadData();
|
||||
selectableTableView()->selectCellAtLocation(selectedColumn(), selectedRow());
|
||||
return true;
|
||||
}
|
||||
if (event == Ion::Events::OK || event == Ion::Events::EXE) {
|
||||
|
||||
Reference in New Issue
Block a user