Blender Git Commit Log
Git Commits -> Revision 85ddbc4
December 30, 2002, 20:15 (GMT) |
Updated the spacebar toolbox so the fonts are moved up 2 pixels. It was causing funky artifacts on some letters that dropped down into the background. Here is the diff Kent Index: toolbox.c =================================================================== RCS file: /cvs01/blender/source/blender/src/toolbox.c,v retrieving revision 1.5 diff -u -r1.5 toolbox.c --- toolbox.c 22 Dec 2002 13:43:21 -0000 1.5 +++ toolbox.c 30 Dec 2002 20:13:51 -0000 @@ -506,7 +506,7 @@ oldcursor= get_cursor(); set_cursor(CURSOR_STD); - tbfontyofs= (TBOXH-11)/2; /* toolbox, hier stond ooit getheigh */ + tbfontyofs= (TBOXH-11)/2 +2; /* toolbox, hier stond ooit getheigh */ } |
Commit Details:
Full Hash: 85ddbc451478cbaaf4961463967b7ca8b74868f1
SVN Revision: 248
Parent Commit: 82a1469
Lines Changed: +1, -1
1 Modified Path:
/source/blender/src/toolbox.c (+1, -1) (Diff)