Jason Haslam:

        int xStart = vsPrint.fixedColumnWidth + pfr->rc.left + lineNumberWidth;

vsPrint.fixedColumnWidth contains the width of the line number margin
(as set in the GUI) but lineNumberWidth also includes the width of
"99999".  This seems like an error to me.  The width of the numbers
is being counted twice.

        ViewStyle vsPrint(vs);
        // ...
        vsPrint.fixedColumnWidth = 0;

  Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to