mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] ScrollableExactApproximateExpressionsView: change the selected
output only when one of the two layout is uninitialized. Otherwise, the parent cell decides of which of right or left output should be selected.
This commit is contained in:
@@ -126,7 +126,8 @@ void ScrollableExactApproximateExpressionsView::setEqualMessage(I18n::Message eq
|
||||
void ScrollableExactApproximateExpressionsView::didBecomeFirstResponder() {
|
||||
if (m_contentCell.leftExpressionView()->layout().isUninitialized()) {
|
||||
setSelectedSubviewPosition(SubviewPosition::Right);
|
||||
} else {
|
||||
}
|
||||
if (m_contentCell.rightExpressionView()->layout().isUninitialized()) {
|
||||
setSelectedSubviewPosition(SubviewPosition::Left);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user