diff options
| author | Stefan Weil <sw@weilnetz.de> | 2014-01-20 08:01:51 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2014-01-20 08:01:51 +0100 |
| commit | d77efc572d9ec0493ac7e4553249cd9da1482f82 (patch) | |
| tree | dd5e65de479cad04e014e53f2261c8445a7c58d2 /qt/ScintillaEditBase/Notes.txt | |
| parent | e798951ddb4e40343fa1c78dd26dcd31852a23b0 (diff) | |
| download | scintilla-mirror-d77efc572d9ec0493ac7e4553249cd9da1482f82.tar.gz | |
Fix typos in comments (qt)
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 |
