gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/org/fenfire/view SpatialPlane.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/org/fenfire/view SpatialPlane.java
Date: Wed, 23 Apr 2003 13:05:56 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/23 13:05:56

Modified files:
        org/fenfire/view: SpatialPlane.java 

Log message:
        Fix the funny-shaped text. Unfortunately, now text is too small to 
read...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/SpatialPlane.java.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/view/SpatialPlane.java
diff -u fenfire/org/fenfire/view/SpatialPlane.java:1.20 
fenfire/org/fenfire/view/SpatialPlane.java:1.21
--- fenfire/org/fenfire/view/SpatialPlane.java:1.20     Tue Apr 22 08:14:32 2003
+++ fenfire/org/fenfire/view/SpatialPlane.java  Wed Apr 23 13:05:56 2003
@@ -25,7 +25,7 @@
  */
 
 public class SpatialPlane {
-public static final String rcsid = "$Id: SpatialPlane.java,v 1.20 2003/04/22 
12:14:32 mudyc Exp $";
+public static final String rcsid = "$Id: SpatialPlane.java,v 1.21 2003/04/23 
17:05:56 tjl Exp $";
     public static boolean dbg = false;
     private static void p(String s) { if (dbg) pa(s); }
     private static void pa(String s) { System.out.println("SpatialPlane::"+s); 
}
@@ -156,7 +156,9 @@
 
            nodeview.getSize(n, bs);
            Pair matchKey = new Pair(container, n);
-           int box = vs.orthoCS(into, matchKey, 0, coords[0], coords[1], 
bs[0], bs[1]);
+           int box = vs.orthoBoxCS(into, matchKey, 0, coords[0], coords[1], 
+                       1, 1,
+                       bs[0], bs[1]);
            nodeview.place(n, vs, box);
            
            if (hook != null) hook.placed(n, vs, box);




reply via email to

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