From fc4de24c285d0fcca12be18a139dd9d7d97fcdba Mon Sep 17 00:00:00 2001 From: Stian Skjelstad Date: Wed, 1 Jan 2025 01:41:03 +0100 Subject: [PATCH] [modland.com] setup dialog, select mirror: the custom editfield did not 100% match position when entering edit-mode. --- filesel/modland.com/modland-com-mirrors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesel/modland.com/modland-com-mirrors.c b/filesel/modland.com/modland-com-mirrors.c index 4630a82a..89f01e94 100644 --- a/filesel/modland.com/modland-com-mirrors.c +++ b/filesel/modland.com/modland-com-mirrors.c @@ -96,7 +96,7 @@ static void modland_com_mirror_Draw ( { console->DisplayPrintf (mlTop, mlLeft, 0x09, 6, " (%.2o%c%.9o) ", (origselected==NUM_MIRRORS) ? '*' : ' '); - switch (console->EditStringASCII(mlTop++, mlLeft + 6, mlWidth - 12, mirrorcustom)) + switch (console->EditStringASCII(mlTop++, mlLeft + 5, mlWidth - 10, mirrorcustom)) { case -1: case 0: