Changeset 516
- Timestamp:
- 01/04/10 23:19:07 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/sce/component/SCEPane.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sce/component/SCEPane.java
r515 r516 207 207 // draw the text 208 208 for(int line = startRow; line < endRow; line++){ 209 AttributedString attributedString = document.getRowAttributed(line, startCol, endCol +1);209 AttributedString attributedString = document.getRowAttributed(line, startCol, endCol); 210 210 if(attributedString == null) continue; 211 211 int posx = lineNumberSpacer + SPACE_LEFT + startCol * charWidth;
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)