From: Václav Slavík Date: Wed, 4 Jun 2003 19:03:56 +0000 (+0000) Subject: wxHtmlWindow uses double buffering now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/091f0dc7590143de54d3dd8bddc0e50a55252792 wxHtmlWindow uses double buffering now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index d991952289..d6ec6e13e8 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -154,6 +154,7 @@ wxHTML: - added SetFonts to HTML printing classes (Adrian Philip Look) - it is now possible to force page break when printing by inserting
into the markup (Greg Chicares) +- wxHtmlWindow now uses double buffering to prevent flicker OLD CHANGES