Hi, I see a font rendering issue in QTCreator (1.3 branch built against qt 4.6 branch, MacOSX 10.6.2).
My editor font is Monaco (fixed width) but the 1.3 editor shows different line lengths and a wrong right border for properly block aligned text (copyright note at the top of a file, 78 columns). If I open the same file in QtCreator 1.2.1 the display is ok. The right border line matches the configured column and all lines of the text have an equal length. Something like this: all lines have 12 columns + LF ============LF 123456789012LF LF foobarfoobarLF ============LF If it is all text, it looks ok. If I enable painting of whitespaces the middle line is longer than the other lines, ie. the LF column is no longer vertically aligned. If I disable white space painting it is ok for the above example and better for my file header but still not correct. The char at the last column in each line is painted a few pixels off the previous or next line. Is it just me? -- Martin _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator