From dc4feed59dda2b2b346136d369ce70e1756e87c3 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 2 Dec 2020 18:16:04 -0500 Subject: Cleanup: view-port --> 2D/3D Viewport --- source/blender/editors/space_text/text_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_text/text_draw.c') diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c index 2c9ea1d6afa..849766851aa 100644 --- a/source/blender/editors/space_text/text_draw.c +++ b/source/blender/editors/space_text/text_draw.c @@ -886,7 +886,7 @@ static void calc_text_rcts(SpaceText *st, ARegion *region, rcti *scroll, rcti *b scroll->ymin = pix_top_margin; scroll->ymax = pix_available; - /* when re-sizing a view-port with the bar at the bottom to a greater height + /* when re-sizing a 2D Viewport with the bar at the bottom to a greater height * more blank lines will be added */ if (ltexth + blank_lines < st->top + st->runtime.viewlines) { blank_lines = st->top + st->runtime.viewlines - ltexth; -- cgit v1.2.3