Merge branch 'blender-v2.93-release'

This commit is contained in:
Philipp Oeser 2021-04-26 18:05:10 +02:00
commit eb0d680851
1 changed files with 2 additions and 0 deletions

View File

@ -1380,7 +1380,9 @@ static int editsource_exec(bContext *C, wmOperator *op)
/* redraw and get active button python info */
ED_region_do_layout(C, region);
WM_draw_region_viewport_bind(region);
ED_region_do_draw(C, region);
WM_draw_region_viewport_unbind(region);
region->do_draw = false;
for (BLI_ghashIterator_init(&ghi, ui_editsource_info->hash);