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:
authorHoward Trickey <howard.trickey@gmail.com>2020-08-21 00:03:51 +0300
committerHoward Trickey <howard.trickey@gmail.com>2020-08-21 00:03:51 +0300
commit3b36e2b7817dee8a800f3c4f4b89b7f64da8155b (patch)
tree62786e141de120bb7765a240ebe7321dfb4007cd /source/blender/editors/space_userpref/space_userpref.c
parent57c3718447a4b3db92475ecc86a6d793bd839aef (diff)
parentce0bcd5fbf40b44c515773434bc7187b093fdb53 (diff)
Merge branch 'master' into newboolean
Diffstat (limited to 'source/blender/editors/space_userpref/space_userpref.c')
-rw-r--r--source/blender/editors/space_userpref/space_userpref.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c
index 0242bb4fe24..3efdee9cec9 100644
--- a/source/blender/editors/space_userpref/space_userpref.c
+++ b/source/blender/editors/space_userpref/space_userpref.c
@@ -141,8 +141,7 @@ static void userpref_main_region_layout(const bContext *C, ARegion *region)
BLI_str_tolower_ascii(id_lower, strlen(id_lower));
}
- ED_region_panels_layout_ex(
- C, region, &region->type->paneltypes, contexts, U.space_data.section_active, true, NULL);
+ ED_region_panels_layout_ex(C, region, &region->type->paneltypes, contexts, NULL);
}
static void userpref_operatortypes(void)