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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-12 21:44:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-12 21:44:25 +0300
commit3c014fe3fb7cab3412de8cb5af194387f0a57af5 (patch)
tree8498c518395cae148421be72a3b293e249a77c01 /source/blender/windowmanager
parentef5bf8d67e7ed6909d53d1bda3696e2233fcd014 (diff)
Fix T68187: Factory Preferences doesn't update gizmo colors
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 528d8dc3ca3..189c4f18613 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1804,7 +1804,9 @@ static void wm_userpref_update_when_changed(bContext *C,
BPY_execute_string(C, (const char *[]){"addon_utils", NULL}, "addon_utils.reset_all()");
#endif
+ WM_reinit_gizmomap_all(bmain);
WM_keyconfig_reload(C);
+
userdef_curr->runtime.is_dirty = is_dirty;
}