Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around MSVS 2022 optimizer bug in wxImage::ShrinkBy()
Move "alpha" initialization inside the conditional to ensure that it's calculated correctly, as it was apparently hoisted out of the loop due to an optimizer bug otherwise. This commit is best viewed with Git --color-moved option. Closes #23164.
- Loading branch information