diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c index 3803b7b288f..cb9e0d15984 100644 --- a/source/blender/editors/space_view3d/view3d_draw.c +++ b/source/blender/editors/space_view3d/view3d_draw.c @@ -633,10 +633,10 @@ static void draw_view_axis(RegionView3D *rv3d, rcti *rect) if (fabsf(dx) > toll || fabsf(dy) > toll) { BLF_draw_default_ascii(startx + dx + 2, starty + dy + ydisp + 2, 0.0f, axis_text, 1); - } - /* BLF_draw_default disables blending */ - glEnable(GL_BLEND); + /* BLF_draw_default disables blending */ + glEnable(GL_BLEND); + } } glDisable(GL_BLEND);