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
Notes: blender-bot 2023-02-14 05:25:48 +01:00
Referenced by issue #56418, Changing to Solid View crashes Blender
1 changed files with 4 additions and 0 deletions

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);
}