]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention that NO_FULL_REPAINT_ON_RESIZE is now the default
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Dec 2003 01:38:53 +0000 (01:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Dec 2003 01:38:53 +0000 (01:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.txt

index 09d29d29626c299508bf3b71110dcb2cf7cc7d4a..0beb3684285a902b783948f6f383a955ef5a2645 100644 (file)
@@ -394,5 +394,11 @@ GetSystemColour, GetSystemFont and GetSystemMetric have also gone into
 the bit-bucket.  Use GetColour, GetFont and GetMetric instead.
 
 
+The wx.NO_FULL_REPAINT_ON_RESIZE style is now the default style for
+all windows.  The name still exists for compatibility, but it is set
+to zero.  If you want to disable the setting (so it matches the old
+default) then you need to use the new wx.FULL_REPAINT_ON_RESIZE style
+flag otherwise only the freshly exposed areas of the window will be
+refreshed.