From c107de5fadbdf251ad89e2d8fb99bc4ba71d33d9 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 29 May 2005 18:36:50 +0000 Subject: [PATCH] Texture font draw error in Outliner, only happens when a buttons window is in a screen in location above outliner. Was a missing BIF_SetScale()... this is confusing, we now have three font systems mixed, which each own peculiarities and settings. Should be cleaned! --- source/blender/src/outliner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c index 13d8ad21217..513f4687921 100644 --- a/source/blender/src/outliner.c +++ b/source/blender/src/outliner.c @@ -2084,6 +2084,7 @@ static void outliner_draw_tree(SpaceOops *soops) #ifdef INTERNATIONAL FTF_SetFontSize('l'); + BIF_SetScale(1.0); #endif glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); // only once