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

Diff of /gzz/gzz/view/TextCellContentView.java

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

revision 1.12 by benja, Sat Sep 28 09:14:17 2002 UTC revision 1.13 by benja, Sat Sep 28 22:55:13 2002 UTC
# Line 94  public static final String rcsid = "$Id$ Line 94  public static final String rcsid = "$Id$
94      protected void placeVob(Cell c, VobScene v, int cs_out, int cs_box, int start, int end,      protected void placeVob(Cell c, VobScene v, int cs_out, int cs_box, int start, int end,
95                              int offs, ViewContext context, float scale) {                              int offs, ViewContext context, float scale) {
96          TextVob vob = new TextVob(style, scale, c.t().substring(start, end));          TextVob vob = new TextVob(style, scale, c.t().substring(start, end));
97          v.map.put(vob, cs_box, cs_out);          v.map.put(vob, cs_box);//, cs_out);
98    
99          if(offs >= 0)          if(offs >= 0)
100              v.map.put(new TextCursorVob(vob, offs), cs_box);              v.map.put(new TextCursorVob(vob, offs), cs_box);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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