From 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 10 Feb 2022 13:57:56 +1100 Subject: Replace "OS X' with "macOS". --- qt/ScintillaEditBase/Notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/ScintillaEditBase/Notes.txt') 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. -- cgit v1.2.3