mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[escher] Extrude the model in selectable table view controller to its
delegate Change-Id: I4d49e0098d501e1419f7b216e828b13efbf74f81
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Shared {
|
||||
InitialisationParameterController::InitialisationParameterController(Responder * parentResponder, InteractiveCurveViewRange * graphRange) :
|
||||
ViewController(parentResponder),
|
||||
m_selectableTableView(SelectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this)),
|
||||
m_graphRange(graphRange)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user