config: copy "not in eet" info in config_fork(). Fixes "font reset" binding

Ref: #18
This commit is contained in:
Boris Faure 2015-04-26 18:03:53 +02:00
parent da0a6284cd
commit 6234a290eb
1 changed files with 3 additions and 0 deletions

View File

@ -581,6 +581,9 @@ config_fork(Config *config)
SCPY(font.name);
CPY(font.size);
CPY(font.bitmap);
SCPY(font.orig_name);
CPY(font.orig_size);
CPY(font.orig_bitmap);
SCPY(helper.email);
SCPY(helper.url.general);
SCPY(helper.url.video);