Fix app-template keymap preferences being ignored

This commit is contained in:
Campbell Barton 2019-07-25 17:39:32 +10:00
parent d24300da5f
commit 6a7fcf725e
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ void BKE_blender_userdef_app_template_data_swap(UserDef *userdef_a, UserDef *use
LIST_SWAP(themes);
LIST_SWAP(addons);
LIST_SWAP(user_keymaps);
LIST_SWAP(user_keyconfig_prefs);
DATA_SWAP(font_path_ui);
DATA_SWAP(font_path_ui_mono);