From 15a6a69d975e4e5a411fc22d18ef00c9bbb7c138 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 14 Jul 2015 13:00:14 +1000 Subject: Fix drawing problem when control characters are in a hidden style as they then have a zero width rectangle to draw but modify that rectangle in a way that clears some pixels. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 164a1c317..773a376bf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -526,6 +526,11 @@ Bug #1740.
  • + Fix drawing problem when control characters are in a hidden style as they then + have a zero width rectangle to draw but modify that rectangle in a way that + clears some pixels. +
  • +
  • Report error when attempt to resize buffer to more than 2GB with SC_STATUS_FAILURE.
  • -- cgit v1.2.3