#9678 NORM 1.5-F11: Moving tiles in TurtleArt let a trace on the screen

Zarro Boogs per Child bugtracker at laptop.org
Sun Nov 15 16:32:07 EST 2009


#9678: Moving tiles in TurtleArt let a trace on the screen
------------------------------------------+---------------------------------
           Reporter:  Lionel              |       Owner:  walter             
               Type:  defect              |      Status:  new                
           Priority:  normal              |   Milestone:  1.5-F11            
          Component:  turtleart-activity  |     Version:  not specified      
         Resolution:                      |    Keywords:  1.5,TurtleArt,sugar
        Next_action:  diagnose            |    Verified:  0                  
Deployment_affected:                      |   Blockedby:                     
           Blocking:                      |  
------------------------------------------+---------------------------------

Comment(by sayamindu):

 Decreasing the font size seems to work.
 {{{
 diff --git a/tasprites.py b/tasprites.py
 index 7065b16..56da3a1 100644
 --- a/tasprites.py
 +++ b/tasprites.py
 @@ -157,7 +157,7 @@ def draw_label(spr, label, myscale, center_flag,
 truncate_flag):

  # used for most things
  def draw_label1(spr, label):
 -    draw_label(spr, label, 7, True, True)
 +    draw_label(spr, label, 6, True, True)

  # used for status blocks
  def draw_label2(spr, label):
 }}}

 I'll report this upstream.

-- 
Ticket URL: <http://dev.laptop.org/ticket/9678#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list