/[gzz]/gzz/gzz/view/RowColView.java
ViewVC logotype

Diff of /gzz/gzz/view/RowColView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by benja, Fri Dec 6 01:03:51 2002 UTC revision 1.16 by benja, Tue Jan 7 00:57:00 2003 UTC
# Line 69  public class RowColView implements View. Line 69  public class RowColView implements View.
69              (int)(size.height / yroom),              (int)(size.height / yroom),
70          };          };
71    
72          if(n[0] % 2 == 0) n[0]--;          if(n[0] % 2 == 0) n[0]++;
73          if(n[1] % 2 == 0) n[1]--;          if(n[1] % 2 == 0) n[1]++;
74    
75          float xoffs =          float xoffs =
76              (size.width - (n[0] * xroom) + (cellSize.width * spacing)) / 2;              (size.width - (n[0] * xroom) + (cellSize.width * spacing)) / 2;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26