Skip to content

Commit

Permalink
[modland.com] setup dialog, select mirror: the custom editfield did n…
Browse files Browse the repository at this point in the history
…ot 100% match position when entering edit-mode.
  • Loading branch information
mywave82 committed Jan 1, 2025
1 parent 8150013 commit fc4de24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesel/modland.com/modland-com-mirrors.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc4de24

Please sign in to comment.