From 48f0363fe07d2d56b1e4d597abcd7db26e15dd80 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 11 Jun 2020 16:22:59 +1000 Subject: Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return less text than in document. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f27c4c1cb..c6d5b0539 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -586,6 +586,10 @@ Fix printing on Windows to use correct text size. Bug #2185. +
  • + Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return + less text than in document. +
  • Release 4.4.3 -- cgit v1.2.3