gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/vob/buoy buoymanager.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/vob/buoy buoymanager.py
Date: Sat, 09 Aug 2003 09:31:18 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/09 09:31:18

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        rmcrud

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.42&tr2=1.43&r1=text&r2=text

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.42 libvob/vob/buoy/buoymanager.py:1.43
--- libvob/vob/buoy/buoymanager.py:1.42 Sat Aug  9 09:28:35 2003
+++ libvob/vob/buoy/buoymanager.py      Sat Aug  9 09:31:18 2003
@@ -291,20 +291,12 @@
 
        center = vs.translateCS(0, "FocusCenter", ctrx, ctry)
 
-       mainsize = vs.size.width * .6
-       buoywidth = vs.size.width * .8
-       buoyheight = vs.size.height * .8
-
-       buoyinto = vs.orthoBoxCS(center, "BuoyFrame", 0,
-                               -buoywidth/2, -buoyheight/2, 1, 1, 
-                                   buoywidth, buoyheight)
-
        mainbox = vs.orthoBoxCS(center, "MainFrame", 0,
                            -vs.size.width * .5, -vs.size.height * .5,
                            1, 1,
                            vs.size.width, vs.size.height);
 
-       return [(mainbox, None, buoyinto)]
+       return [(mainbox, None, None)]
 
     def mouse(self, ev, oldvs):
        return 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]