]> git.saurik.com Git - wxWidgets.git/commitdiff
wxHtmlWindow uses double buffering now
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 4 Jun 2003 19:03:56 +0000 (19:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 4 Jun 2003 19:03:56 +0000 (19:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d99195228988533427df1f5e7495bf3f780d0d56..d6ec6e13e8f9da1646d0cbfcd60db906882d494f 100644 (file)
@@ -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
   <div style="page-break-before:always"> into the markup (Greg Chicares)
+- wxHtmlWindow now uses double buffering to prevent flicker
 
 
 OLD CHANGES