Skip to content
Snippets Groups Projects
Commit ec23a0da authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix custom mode font size picker

parent 3e9efaeb
No related branches found
No related tags found
No related merge requests found
...@@ -1950,7 +1950,7 @@ void change_settings(int connected) ...@@ -1950,7 +1950,7 @@ void change_settings(int connected)
l = 2; l = 2;
break; break;
} }
switch (uifc.list(WIN_SAV, 0, 0, 0, &l, NULL, "Font Size", &subopts[4])) { switch (uifc.list(WIN_SAV, 0, 0, 0, &l, NULL, "Font Size", &subopts[6])) {
case -1: case -1:
check_exit(FALSE); check_exit(FALSE);
break; break;
...@@ -1970,6 +1970,7 @@ void change_settings(int connected) ...@@ -1970,6 +1970,7 @@ void change_settings(int connected)
custom_mode_adjusted(&cur, opt); custom_mode_adjusted(&cur, opt);
break; break;
} }
break;
case 3: case 3:
uifc.helpbuf= "`Aspect Ratio Width`\n\n" uifc.helpbuf= "`Aspect Ratio Width`\n\n"
"Width part of the aspect ratio. Historically, this has been 4"; "Width part of the aspect ratio. Historically, this has been 4";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment