tactic:: fixed page buttons

This commit is contained in:
Zeno Rogue 2022-11-03 19:37:50 +01:00
parent c65d17063f
commit e65723002f
1 changed files with 1 additions and 0 deletions

View File

@ -941,6 +941,7 @@ EX namespace tactic {
"Good luck, and have fun!"
);
else if(dialog::infix == "" && dialog::handlePageButtons(uni)) ;
else if(dialog::editInfix(uni)) dialog::list_skip = 0;
else if(doexiton(sym, uni)) popScreen();
};