Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-02-12 12:18:35 +0300
committerTon Roosendaal <ton@blender.org>2009-02-12 12:18:35 +0300
commit517d9b882a75f177e68c83252e5b560b735b1842 (patch)
tree7076aab75ed99855ed7f57d67cad661d82d469b5 /source/blender/editors/space_node
parent48594a3a70b3427c35c3d0e0f1e12e52321215d3 (diff)
2.5
Bugfix: node editor crashed when using bitmap fonts, still had a call commented out, happened during migration to get things linked.
Diffstat (limited to 'source/blender/editors/space_node')
-rw-r--r--source/blender/editors/space_node/node_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_draw.c b/source/blender/editors/space_node/node_draw.c
index b4df3764308..39a2144e867 100644
--- a/source/blender/editors/space_node/node_draw.c
+++ b/source/blender/editors/space_node/node_draw.c
@@ -1108,7 +1108,7 @@ void drawnodespace(const bContext *C, ARegion *ar, View2D *v2d)
/* aspect+font, set each time */
snode->aspect= (v2d->cur.xmax - v2d->cur.xmin)/((float)ar->winx);
- //snode->curfont= uiSetCurFont_ext(snode->aspect);
+ snode->curfont= uiSetCurFont_ext(snode->aspect);
UI_view2d_constant_grid_draw(C, v2d);
/* backdrop */