[Bf-blender-cvs] CVS commit: blender/source/blender/src drawtext.c

Martin Poirier theeth at yahoo.com
Sun Feb 15 03:03:34 CET 2004


theeth (Martin Poirier) 2004/02/15 03:03:34 CET

  Modified files:
    blender/source/blender/src drawtext.c 
  
  Log:
  Text Window keyboard event cleaning.
  There was two switch where only one was needed (which caused an event to register in two different actions under some conditions). I merged both of them, which not only made the code a lot clearer but also safer.
  Fixed the Home and End case which didn't update the display correctly.
  
  I've tested it for some time, so I'm pretty sure nothing is broken.
  
  Revision  Changes    Path
  1.32      +124 -181  blender/source/blender/src/drawtext.c



More information about the Bf-blender-cvs mailing list