Update of /cvsroot/freevo/freevo/src/gui/areas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8438

Modified Files:
        view_area.py 
Log Message:
draw rectangle before image

Index: view_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/areas/view_area.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** view_area.py        22 Aug 2004 20:06:18 -0000      1.5
--- view_area.py        14 Sep 2004 20:08:34 -0000      1.6
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2004/09/14 20:08:34  dischi
+ # draw rectangle before image
+ #
  # Revision 1.5  2004/08/22 20:06:18  dischi
  # Switch to mevas as backend for all drawing operations. The mevas
***************
*** 149,156 ****
          y0 += addy
  
-         self.content.append(self.drawimage(image, (x0, y0)))
- 
          if val.rectangle:
              r.width  -= width  - i_w
              r.height -= height - i_h
              self.content.append(self.drawbox(r.x + addx, r.y + addy, r.width, 
r.height, r))
--- 152,160 ----
          y0 += addy
  
          if val.rectangle:
              r.width  -= width  - i_w
              r.height -= height - i_h
              self.content.append(self.drawbox(r.x + addx, r.y + addy, r.width, 
r.height, r))
+ 
+         self.content.append(self.drawimage(image, (x0, y0)))
+ 



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to