From e65723002f39fb468d59897217c3e95eaa1728dd Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Nov 2022 19:37:50 +0100 Subject: [PATCH] tactic:: fixed page buttons --- yendor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/yendor.cpp b/yendor.cpp index 059fa4b4..b23520a0 100644 --- a/yendor.cpp +++ b/yendor.cpp @@ -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(); };