dialog:: improvements to list dialogs

This commit is contained in:
Zeno Rogue
2022-10-27 16:06:39 +02:00
parent 06f450af22
commit 29ba4138a4
6 changed files with 16 additions and 21 deletions
+1 -2
View File
@@ -201,8 +201,7 @@ EX void showOverview() {
"Cheaters can click to move between lands, and use the "
"mousewheel to gain or lose treasures and orbs quickly (Ctrl = precise, Shift = reverse)."
);
else if(dialog::handlePageButtons(uni)) ;
else if(dialog::editInfix(uni)) ;
else if(dialog::editInfix(uni)) dialog::list_skip = 0;
else if(doexiton(sym, uni)) popScreen();
};
}