From 691471fe22be17e9ad24ca4da71aeedea640f05c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Jun 2018 19:30:48 +0200 Subject: Cleanup: add simplified panel callbacks --- source/blender/editors/space_userpref/space_userpref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_userpref') diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c index b3f45de518b..14001a11032 100644 --- a/source/blender/editors/space_userpref/space_userpref.c +++ b/source/blender/editors/space_userpref/space_userpref.c @@ -113,7 +113,7 @@ static void userpref_main_region_init(wmWindowManager *wm, ARegion *ar) static void userpref_main_region_draw(const bContext *C, ARegion *ar) { - ED_region_panels(C, ar, NULL, -1, true); + ED_region_panels(C, ar); } static void userpref_operatortypes(void) -- cgit v1.2.3