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)
l = 2;
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:
check_exit(FALSE);
break;
......@@ -1970,6 +1970,7 @@ void change_settings(int connected)
custom_mode_adjusted(&cur, opt);
break;
}
break;
case 3:
uifc.helpbuf= "`Aspect Ratio Width`\n\n"
"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