diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
| commit | 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch) | |
| tree | f524caae34d6552e6fe3d604cafd1c37f6dd459f /qt/ScintillaEditBase/Notes.txt | |
| parent | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff) | |
| download | scintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz | |
Replace "OS X' with "macOS".
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 4abc9bb78..d5d382aa4 100644 --- a/qt/ScintillaEditBase/Notes.txt +++ b/qt/ScintillaEditBase/Notes.txt @@ -10,7 +10,7 @@ There's a comment in the Qt code for Windows: The clocks used aren't great. QTime is a time since midnight clock so wraps around and is only accurate to, at best, milliseconds. -On OS X drawing text into a pixmap moves it around 1 pixel to the right compared to drawing +On macOS drawing text into a pixmap moves it around 1 pixel to the right compared to drawing it directly onto a window. Buffered drawing turned off by default to avoid this. Reported as QTBUG-19483. |
