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:
@@ -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
|
||||
|
Reference in New Issue
Block a user