Fix wxGraphicsMatrix::TransformDistance for Direct2D implementation

Current transformation matrix without translation component should be used in calculations.
This commit is contained in:
Artur Wieczorek
2016-08-21 21:01:52 +02:00
parent 6ca5c894cd
commit 78f00da98a
2 changed files with 2 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ wxMSW:
- Fix background colour returned by wxTextCtrl::GetStyle() (Andreas Falkenhahn).
- Revert to using equally-sized buttons in wxToolBar by default.
- Restore dispatching wxThreadEvent while resizing the window broken in 3.1.0.
- Fix wxGraphicsMatrix::TransformDistance for Direct2D renderer.
wxOSX: