mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
committed by
EmilieNumworks
parent
7f3f67aba0
commit
f1209bcf76
@@ -59,9 +59,9 @@ int ZoomParameterController::ContentView::numberOfSubviews() const {
|
||||
View * ZoomParameterController::ContentView::subviewAtIndex(int index) {
|
||||
assert(index >= 0 && index < 2);
|
||||
if (index == 0) {
|
||||
return m_curveView;
|
||||
return &m_legendView;
|
||||
}
|
||||
return &m_legendView;
|
||||
return m_curveView;
|
||||
}
|
||||
|
||||
void ZoomParameterController::ContentView::layoutSubviews(bool force) {
|
||||
|
||||
Reference in New Issue
Block a user