mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[apps/sequence][apps/graph] Switch to editing the function after event
'toolbox' or 'variables' Change-Id: Iaa7b04871c4a74abf2ddcfc5905804448c7a44a4
This commit is contained in:
@@ -222,7 +222,7 @@ bool ListController::handleEvent(Ion::Events::Event event) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if ((event.hasText() || event == Ion::Events::XNT || event == Ion::Events::Paste)
|
||||
if ((event.hasText() || event == Ion::Events::XNT || event == Ion::Events::Paste || event == Ion::Events::Toolbox || event == Ion::Events::Var)
|
||||
&& selectedColumn() == 1
|
||||
&& (selectedRow() != numberOfRows() - 1
|
||||
|| m_functionStore->numberOfFunctions() == m_functionStore->maxNumberOfFunctions())) {
|
||||
|
||||
Reference in New Issue
Block a user