Skip to content
Permalink
Browse files
Dope sheet editor - slider covers button to call sidebar
  • Loading branch information
Iyad Ahmed committed Nov 26, 2020
1 parent 8720385 commit c6575cb
Showing 1 changed file with 2 additions and 1 deletion.
@@ -128,7 +128,8 @@ static SpaceLink *action_create(const ScrArea *area, const Scene *scene)
region->v2d.minzoom = 0.01f;
region->v2d.maxzoom = 50;
region->v2d.scroll = (V2D_SCROLL_BOTTOM | V2D_SCROLL_HORIZONTAL_HANDLES);
region->v2d.scroll |= V2D_SCROLL_RIGHT;
/* bfa - Dope sheet editor - slider covers button to call sidebar*/
region->v2d.scroll |= (V2D_SCROLL_RIGHT | V2D_SCROLL_VERTICAL_HANDLES);
region->v2d.keepzoom = V2D_LOCKZOOM_Y;
region->v2d.keepofs = V2D_KEEPOFS_Y;
region->v2d.align = V2D_ALIGN_NO_POS_Y;

0 comments on commit c6575cb

Please sign in to comment.