diff options
author | pommicket <pommicket@gmail.com> | 2022-07-29 16:05:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-07-29 16:05:56 -0400 |
commit | 12cc45bfcaa4c866f4509b6324a424048f3ddd29 (patch) | |
tree | 0df68f4d3d51f5468b3b1681b803e3a0c7f7d95d /main.c | |
parent | d9edd1f62fa620d3a8a42c80aec330065b794e14 (diff) |
fix reloading with text-size
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ int main(int argc, char **argv) { PROFILE_TIME(misc_end) PROFILE_TIME(configs_start) - ted_load_configs(ted); + ted_load_configs(ted, false); if (ted_haserr(ted)) { strcpy(config_err, ted->error); ted_clearerr(ted); // clear the error so later things (e.g. loading font) don't detect an error |