diff options
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d6ec96cf5..e2f9aa4d4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -494,6 +494,10 @@ Fix Qt to not track mouse when widget is hidden. </li> <li> + Qt now supports Qt 5.0. + <a href="http://sourceforge.net/p/scintilla/bugs/1448/">Bug #1448</a>. + </li> + <li> Fix drawing on Windows with Direct2D when returning from lock screen. The render target had to be recreated and an area would be black since the drawing was not retried. </li> |