1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Updated breaking changes doc

This commit is contained in:
ed 2020-05-28 09:29:18 +01:00
parent 2ea34c7e52
commit 6d16dfe4c5

View file

@ -38,9 +38,10 @@ own AffineTransform applied will no longer work correctly.
Workaround
----------
If you are using an AffineTransform to scale the entire plug-in window then
consider using Desktop::setGlobalScaleFactor() instead, or, for applying other
transforms, consider putting the component you want to transform in a child of
the editor and transform that instead.
consider putting the component you want to transform in a child of
the editor and transform that instead. Alternatively, if you don't need a
separate scale factor for each plug-in instance you can use
Desktop::setGlobalScaleFactor().
Rationale
---------