mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Extrude the model in selectable table view controller to its
delegate Change-Id: I4d49e0098d501e1419f7b216e828b13efbf74f81
This commit is contained in:
@@ -10,7 +10,7 @@ ValuesParameterController::ValuesParameterController(Responder * parentResponder
|
||||
//m_copyColumn(MessageTableCellWithChevron(I18n::Message::Default)),
|
||||
m_setInterval(MessageTableCellWithChevron(I18n::Message::Default)),
|
||||
m_selectableTableView(SelectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this)),
|
||||
m_intervalParameterController(intervalParameterController)
|
||||
{
|
||||
}
|
||||
@@ -30,7 +30,7 @@ void ValuesParameterController::willDisplayCellForIndex(HighlightCell * cell, in
|
||||
}
|
||||
|
||||
void ValuesParameterController::didBecomeFirstResponder() {
|
||||
m_selectableTableView.selectCellAtLocation(0, 0);
|
||||
selectCellAtLocation(0, 0);
|
||||
app()->setFirstResponder(&m_selectableTableView);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user