Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-13 21:02:12 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-13 21:29:13 +0300
commitca6dd692b5b0137d236f14ed306196662f0cd869 (patch)
tree579ae2480246e89572365a8ef0662f33a9bb06c2 /source/creator
parentc39d5a6c88dcda9dff9626d7b059a98913da6fd2 (diff)
Keymaps: reload key configuration when changing select mouse.
For configuration scripts that want to change keymaps based on this setting.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 3cd3e2986f9..5bc266427d5 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -465,7 +465,7 @@ int main(
#endif
CTX_py_init_set(C, 1);
- WM_keymap_init(C);
+ WM_keyconfig_init(C);
/* Called on load, however Python is not yet initialized, so call again here. */
if (!G.background) {