From 26b41d025b55fc809fd28461968cf5e6779e29f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Ni=C3=9Fl?= Date: Thu, 18 Jan 2024 09:11:07 +1100 Subject: Use the multi-threaded option to Direct2D to avoid crashes when Scintilla instances created on different threads. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 34013fe70..67f26fb3d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -594,6 +594,11 @@ For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER. +
  • + For Direct2D on Win32, use the multi-threaded option to avoid crashes when Scintilla instances + created on different threads. There may be more problems with this scenario so it should be avoided. + Bug #2420. +
  • Release 5.4.1 -- cgit v1.2.3