[Bf-committers] CVS commit: blender/source/blender/src toolbox.c

Unprivileged User bf-committers@blender.org
Mon, 30 Dec 2002 21:15:07 +0100 (CET)


nobody      2002/12/30 21:15:07 CET

  Modified files:
    blender/source/blender/src toolbox.c 
  
  Log:
  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 */
   }
  
  Revision  Changes    Path
  1.6       +2 -2      blender/source/blender/src/toolbox.c