mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[sequence] Type stays selected in menu
- Create a first-order recursive sequence - Select u_n -> Sequence type --> The second line will be selected, as expected. Change-Id: I2025ebaa9a7b49ee33ff5e63a4c767a858b46850
This commit is contained in:
committed by
Émilie Feral
parent
7168188a44
commit
d8e6b63a2e
@@ -49,7 +49,7 @@ void TypeParameterController::viewDidDisappear() {
|
||||
}
|
||||
|
||||
void TypeParameterController::didBecomeFirstResponder() {
|
||||
selectCellAtLocation(0, 0);
|
||||
selectCellAtLocation(0, m_record == nullptr ? 0 : static_cast<uint8_t>(sequence()->type()));
|
||||
Container::activeApp()->setFirstResponder(&m_selectableTableView);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user