diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2022-04-29 10:21:31 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2022-04-29 10:21:31 +1000 |
commit | 208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6 (patch) | |
tree | 8ff188bbcdaf3b1f9c1e406a3fe4fad514bc2310 | |
parent | 137b176861666689bf5807abb7ad2288282cb047 (diff) | |
download | scintilla-mirror-208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6.tar.gz |
Feature [feature-requests:#1427] Enable multithreaded layout for GTK on macOS
and Win32.
-rwxr-xr-x | gtk/PlatGTK.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index afccef2b6..dde948453 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -214,10 +214,7 @@ const Supports SupportsGTK[] = { Supports::FractionalStrokeWidth, Supports::TranslucentStroke, Supports::PixelModification, -#if defined(G_OS_UNIX) && !defined(__APPLE__) - // Pango is not thread-safe on Win32 or macOS Supports::ThreadSafeMeasureWidths, -#endif }; } |