Honour source wxDC coordinate system in wxDC::Blit() in wxMSW.
wxGTK and wxOSX already did this so do it in wxMSW as well. Update the documentation to make this explicit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -207,6 +207,9 @@ Changes in behaviour not resulting in compilation errors, please read this!
|
||||
behaved differently in wxMSW and wxGTK/wxOSX before) if more than one item
|
||||
is selected in a control with wxDV_MULTIPLE style.
|
||||
|
||||
- wxDC::Blit() now honours the source DC coordinate system in wxMSW, as in all
|
||||
the other ports, do not apply scaling to source coordinates manually any more.
|
||||
|
||||
|
||||
Changes in behaviour which may result in compilation errors
|
||||
-----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user