gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/view CoordinatePlaneMultiView.java


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz/view CoordinatePlaneMultiView.java
Date: Wed, 12 Feb 2003 13:52:23 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/12 13:52:22

Modified files:
        gzz/view       : CoordinatePlaneMultiView.java 

Log message:
        clean

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CoordinatePlaneMultiView.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/gzz/view/CoordinatePlaneMultiView.java
diff -u gzz/gzz/view/CoordinatePlaneMultiView.java:1.3 
gzz/gzz/view/CoordinatePlaneMultiView.java:1.4
--- gzz/gzz/view/CoordinatePlaneMultiView.java:1.3      Wed Feb 12 13:39:26 2003
+++ gzz/gzz/view/CoordinatePlaneMultiView.java  Wed Feb 12 13:52:22 2003
@@ -41,7 +41,7 @@
  */
 
 public class CoordinatePlaneMultiView {
-public static final String rcsid = "$Id: CoordinatePlaneMultiView.java,v 1.3 
2003/02/12 18:39:26 mudyc Exp $";
+public static final String rcsid = "$Id: CoordinatePlaneMultiView.java,v 1.4 
2003/02/12 18:52:22 mudyc Exp $";
     public static boolean dbg = true;
     private static void pa(String s) { 
System.out.println("CoordinatePlaneMultiView"+s); }
 
@@ -87,14 +87,14 @@
                else
                    context.setCellView(
                        new CellViewPlugin(new PageSpanCellView(), hook));
-               mainVP = false;
+               mainVP = true;
            }
            else {
                if (span instanceof TextSpan)
                    context.setCellView(orig_cv);
                else
                    context.setCellView(new PageSpanCellView());
-               mainVP = true;
+               mainVP = false;
            }
            CellView cv = context.getCellView();
 
@@ -110,11 +110,11 @@
 
                int box;
                if (mainVP)
-                   box = vs.orthoBoxCS(into, item, 0, 
-                                       place[0]-bs[0]/2, place[1]-bs[1]/2,
+                   box = vs.orthoBoxCS(into, item, 0, place[0], place[1],
                                        1, 1, bs[0], bs[1]);
                else
-                   box = vs.orthoBoxCS(into, item, 0, place[0], place[1],
+                   box = vs.orthoBoxCS(into, item, 0, 
+                                       place[0]-bs[0]/2, place[1]-bs[1]/2,
                                        1, 1, bs[0], bs[1]);
 
                if (vs.coords instanceof GLVobCoorder && cullCS > 0) {




reply via email to

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