mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Divide class selectable table view delegate in 2: selectable
table view data source & selectable table view delegate Change-Id: I90fbd61e271db3754c13bd0069b95c2026de6814
This commit is contained in:
@@ -29,7 +29,7 @@ SelectableTableView * TabTableController::selectableTableView() {
|
||||
}
|
||||
|
||||
View * TabTableController::loadView() {
|
||||
return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, true, true);
|
||||
return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, this, true, true);
|
||||
}
|
||||
|
||||
void TabTableController::unloadView(View * view) {
|
||||
|
||||
Reference in New Issue
Block a user