projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2.5: Buttons View
[blender-staging.git]
/
source
/
blender
/
editors
/
space_text
/
space_text.c
diff --git
a/source/blender/editors/space_text/space_text.c
b/source/blender/editors/space_text/space_text.c
index c260fe05093f9e9aa490ac917e238a9d09325f65..a9c0d3ff76bb15998083cb2318339ef62c6df60b 100644
(file)
--- a/
source/blender/editors/space_text/space_text.c
+++ b/
source/blender/editors/space_text/space_text.c
@@
-372,7
+372,7
@@
static void text_properties_area_init(wmWindowManager *wm, ARegion *ar)
static void text_properties_area_draw(const bContext *C, ARegion *ar)
{
- ED_region_panels(C, ar, 1, NULL);
+ ED_region_panels(C, ar, 1, NULL
, -1
);
}
/********************* registration ********************/