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-09-04 20:16:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-04 20:25:55 +0300
commit1715d09d7c9506ed77af69571ab739a48a972514 (patch)
treec45f7b1d4c5efd75ecd7d9f37e9383488da70502 /source/blender/windowmanager
parent933725ab4643ea9de268ca3be434f2ec0a797aff (diff)
Cleanup: userpref UI options into their own struct
Mixing options for showing preferences with other flags was confusing.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index af841f20620..c7f38a7f53b 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1767,7 +1767,7 @@ static void wm_userpref_read_exceptions(UserDef *userdef_curr, const UserDef *us
((void)0)
/* Current visible preferences category. */
- USERDEF_RESTORE(userpref);
+ USERDEF_RESTORE(space_data.section_active);
#undef USERDEF_RESTORE
}