mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[escher] SelectableTableView handles setting the ccell as first
responder if needed
This commit is contained in:
committed by
EmilieNumworks
parent
b47cdbb87a
commit
077a95197e
@@ -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, this, true, true, Palette::WallScreenDark);
|
||||
return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, nullptr, true, true, Palette::WallScreenDark);
|
||||
}
|
||||
|
||||
void TabTableController::unloadView(View * view) {
|
||||
|
||||
Reference in New Issue
Block a user