Files
wxWidgets/interface
Serdar Pehlivan 1ac87c6ff7 Allow matrix parameter of wxAffineMatrix2D::Get() to be null too
Previously, only the second parameter, in which translation vector was
returned, could be null. Make it possible to specify null for the first
parameter if it is not needed too now.

Still check that at least one parameter is not null, as it doesn't make
sense to call the function otherwise.

Update documentation to reflect the new behaviour.

Closes #26303.
2026-03-17 14:12:05 +01:00
..