gzz-commits
[Top][All Lists]
Advanced

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

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


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/view LinebrokenCellContentView.java
Date: Wed, 18 Sep 2002 08:18:41 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/18 08:18:41

Modified files:
        gzz/view       : LinebrokenCellContentView.java 

Log message:
        Should work like this if strange bug doesn't come back

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

Patches:
Index: gzz/gzz/view/LinebrokenCellContentView.java
diff -c gzz/gzz/view/LinebrokenCellContentView.java:1.1 
gzz/gzz/view/LinebrokenCellContentView.java:1.2
*** gzz/gzz/view/LinebrokenCellContentView.java:1.1     Wed Sep 18 08:04:46 2002
--- gzz/gzz/view/LinebrokenCellContentView.java Wed Sep 18 08:18:41 2002
***************
*** 38,44 ****
   */
  
  public class LinebrokenCellContentView implements CellContentView {
! public static final String rcsid = "$Id: LinebrokenCellContentView.java,v 1.1 
2002/09/18 12:04:46 benja Exp $";
      public static boolean dbg = false;
      private static void p(String s) { if(dbg) pa(s); }
      private static void pa(String s) { System.err.println(s); }
--- 38,44 ----
   */
  
  public class LinebrokenCellContentView implements CellContentView {
! public static final String rcsid = "$Id: LinebrokenCellContentView.java,v 1.2 
2002/09/18 12:18:41 benja Exp $";
      public static boolean dbg = false;
      private static void p(String s) { if(dbg) pa(s); }
      private static void pa(String s) { System.err.println(s); }
***************
*** 136,142 ****
                    pa(into+" "+ch.keys[i]+" "+0+" "+x+" "+y+" "+w+" "+h);
                }
                int cs = v.coords.coordsys(into, ch.keys[i], 0, x, y, w, h);
!               if(i == 1) v.map.put(ch.vobs[i], cs);
            }
  
            if(!ch.mustBreak[i])
--- 136,142 ----
                    pa(into+" "+ch.keys[i]+" "+0+" "+x+" "+y+" "+w+" "+h);
                }
                int cs = v.coords.coordsys(into, ch.keys[i], 0, x, y, w, h);
!               v.map.put(ch.vobs[i], cs);
            }
  
            if(!ch.mustBreak[i])




reply via email to

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