Image window Scopes (P key): the 4th "line histogram" was not
initialized on 100 pixels height on creation.
This commit is contained in:
@@ -391,6 +391,7 @@ static SpaceLink *image_new(const bContext *UNUSED(C))
|
||||
simage->iuser.frames= 100;
|
||||
|
||||
scopes_new(&simage->scopes);
|
||||
simage->sample_line_hist.height= 100;
|
||||
|
||||
/* header */
|
||||
ar= MEM_callocN(sizeof(ARegion), "header for image");
|
||||
|
||||
Reference in New Issue
Block a user