wxWidgets/interface
Artur Wieczorek b6d44d5329 Fix wxGraphicsMatrix concatenation (Direct2D)
1. Elements of resulting matrix are modified directly (in-place) in Matrix3x2F::SetProduct() so none of the multiplied matrices can be the instance of the resulting matrix.
2. The parameter matrix in wxGraphicsMatrixData::Concat() should be a multiplicand, not a multiplier.

See #17670.
2016-09-18 23:06:14 +02:00
..
wx Fix wxGraphicsMatrix concatenation (Direct2D) 2016-09-18 23:06:14 +02:00
check_syntax.sh