wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given region with the old one (also documented this behaviour as the correct one)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-02-02 00:40:45 +00:00
parent 8cb490124b
commit 5230934a95
4 changed files with 67 additions and 32 deletions

View File

@@ -57,6 +57,9 @@ wxMSW:
style to avoid it, wxFRAME_FLOAT_ON_PARENT style is now obsolete and has no
effect
- all overloads of wxDC::SetClippingRegion() combine the given region with the
previously selected one instead of replacing it
Unix ports:
- You should use `wx-config --cxxflags` in your makefiles instead of