mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Probability: order subviews to draw the law curve at last
(avoiding visible noise)
This commit is contained in:
committed by
EmilieNumworks
parent
fa127ced4e
commit
e0b9db43ab
@@ -39,9 +39,9 @@ View * CalculationController::ContentView::subviewAtIndex(int index) {
|
||||
return &m_titleView;
|
||||
}
|
||||
if (index == 1) {
|
||||
return &m_lawCurveView;
|
||||
return m_selectableTableView;
|
||||
}
|
||||
return m_selectableTableView;
|
||||
return &m_lawCurveView;
|
||||
}
|
||||
|
||||
void CalculationController::ContentView::layoutSubviews() {
|
||||
|
||||
Reference in New Issue
Block a user