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:
Diffstat (limited to 'source/blender/src/drawtext.c')
-rw-r--r--source/blender/src/drawtext.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/src/drawtext.c b/source/blender/src/drawtext.c
index b738e251a46..42caba1c3f6 100644
--- a/source/blender/src/drawtext.c
+++ b/source/blender/src/drawtext.c
@@ -562,12 +562,7 @@ void drawtextspace(void)
if(st->showlinenrs) {
cpack(C_DERK);
-//weird bug where glRect draws one pixel off when window is fullscreen
-//nvidia related !!!
-// if(curarea->full)
-// glRecti(23, 0, (st->lheight==15)?63:59, curarea->winy - 2);
-// else
- glRecti(24, 0, (st->lheight==15)?64:60, curarea->winy - 2);
+ glRecti(23, 0, (st->lheight==15)?63:59, curarea->winy - 2);
}
glColor3f(0.0, 0.0, 0.0);