diff options
Diffstat (limited to 'qt/ScintillaEditBase/Notes.txt')
-rw-r--r-- | qt/ScintillaEditBase/Notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditBase/Notes.txt b/qt/ScintillaEditBase/Notes.txt index 6658aaa7a..4abc9bb78 100644 --- a/qt/ScintillaEditBase/Notes.txt +++ b/qt/ScintillaEditBase/Notes.txt @@ -4,7 +4,7 @@ Issues with Scintilla for Qt Qt reports character descenders are 1 pixel shorter than they really are. There is a tweak in the code to add a pixel in. This may have to be reviewed for Qt 5. There's a comment in the Qt code for Windows: - // ### we substract 1 to even out the historical +1 in QFontMetrics's + // ### we subtract 1 to even out the historical +1 in QFontMetrics's // ### height=asc+desc+1 equation. Fix in Qt5. The clocks used aren't great. QTime is a time since midnight clock so wraps around and |