From ac224a64f408fcc8f90f7ea0124cbe4b9ef1e811 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 10 Apr 2013 16:59:55 +0000 Subject: Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacks for more editors: timeline, graph, action, NLA, sequencer, image, clip. --- source/blender/editors/space_image/space_image.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_image') diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c index 9bc23ca17c2..815610ff1df 100644 --- a/source/blender/editors/space_image/space_image.c +++ b/source/blender/editors/space_image/space_image.c @@ -667,6 +667,9 @@ static void image_main_area_draw(const bContext *C, ARegion *ar) /* and uvs in 0.0-1.0 space */ UI_view2d_view_ortho(v2d); + + ED_region_draw_cb_draw(C, ar, REGION_DRAW_PRE_VIEW); + draw_uvedit_main(sima, ar, scene, obedit, obact); /* check for mask (delay draw) */ -- cgit v1.2.3