editInfix now also has sym argument

This commit is contained in:
Zeno Rogue
2025-12-11 20:48:08 +01:00
parent 5d56c8679f
commit 38e50861a0
8 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -976,7 +976,7 @@ EX namespace tactic {
"Good luck, and have fun!"
);
else if(dialog::infix == "" && dialog::handlePageButtons(sym, uni, true, numpages)) ;
else if(dialog::editInfix(uni)) dialog::list_skip = 0;
else if(dialog::editInfix(sym, uni)) dialog::list_skip = 0;
else if(doexiton(sym, uni)) popScreen();
};
}