UI: add redo panel to clip editor

This commit is contained in:
Campbell Barton
2018-08-16 20:23:15 +10:00
parent 59670e999a
commit c58de2f632

View File

@@ -1619,4 +1619,8 @@ void ED_spacetype_clip(void)
art->draw = clip_channels_region_draw;
BLI_addhead(&st->regiontypes, art);
/* regions: hud */
art = ED_area_type_hud(st->spaceid);
BLI_addhead(&st->regiontypes, art);
}