Changeset 516

Show
Ignore:
Timestamp:
01/04/10 23:19:07 (3 years ago)
Author:
joerg
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/sce/component/SCEPane.java

    r515 r516  
    207207    // draw the text 
    208208    for(int line = startRow; line < endRow; line++){ 
    209       AttributedString attributedString = document.getRowAttributed(line, startCol, endCol+1); 
     209      AttributedString attributedString = document.getRowAttributed(line, startCol, endCol); 
    210210      if(attributedString == null) continue; 
    211211      int posx = lineNumberSpacer + SPACE_LEFT + startCol * charWidth;