gzz-commits
[Top][All Lists]
Advanced

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

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


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/view TextCellContentView.java
Date: Fri, 13 Sep 2002 07:05:18 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/13 07:05:17

Modified files:
        gzz/view       : TextCellContentView.java 

Log message:
        Whow, the hack for scaling the cell texts correctly was actually 
trivial ;-)

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

Patches:
Index: gzz/gzz/view/TextCellContentView.java
diff -c gzz/gzz/view/TextCellContentView.java:1.7 
gzz/gzz/view/TextCellContentView.java:1.8
*** gzz/gzz/view/TextCellContentView.java:1.7   Sun Aug 25 17:20:26 2002
--- gzz/gzz/view/TextCellContentView.java       Fri Sep 13 07:05:17 2002
***************
*** 37,43 ****
   */
  
  public class TextCellContentView implements CellContentView {
! public static final String rcsid = "$Id: TextCellContentView.java,v 1.7 
2002/08/25 21:20:26 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); }
--- 37,43 ----
   */
  
  public class TextCellContentView implements CellContentView {
! public static final String rcsid = "$Id: TextCellContentView.java,v 1.8 
2002/09/13 11:05:17 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); }
***************
*** 88,95 ****
  
          Object key = (line < KEY.length) ? KEY[line] : new Integer(line);
          int skewedcs =
!             v.coords.coordsys(cs, key, 0, skew, 0,
!                                           -skew + box.width, box.height);
  
          placeVob(c, v, skewedcs, brBefore, brAfter, offs, context, scale);
      }
--- 88,94 ----
  
          Object key = (line < KEY.length) ? KEY[line] : new Integer(line);
          int skewedcs =
!             v.coords.coordsys(cs, key, 0, skew, 0, width, box.height);
  
          placeVob(c, v, skewedcs, brBefore, brAfter, offs, context, scale);
      }




reply via email to

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