diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-03 15:06:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-03 15:06:11 +1000 |
commit | 2009580ac3d79746f3f8072aee72aef5c84cb127 (patch) | |
tree | c66157e1f4ca6b1bfcd48402e8f05825af795c77 /doc/ScintillaHistory.html | |
parent | 217d5215cc7cfe4b3bbd04c95d22d49a04a5733e (diff) | |
download | scintilla-mirror-2009580ac3d79746f3f8072aee72aef5c84cb127.tar.gz |
On Windows, fix painting on an explicit HDC when first paint attempt abandoned.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e5a2d6a49..eea36f502 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -467,6 +467,9 @@ <a href="http://sourceforge.net/p/scintilla/feature-requests/1002/">Feature #1002.</a> </li> <li> + On Windows, fix painting on an explicit HDC when first paint attempt abandoned. + </li> + <li> Easier access to printing on Qt with formatRange method. </li> <li> |