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:
parent
2ea34c7e52
commit
6d16dfe4c5
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
---------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue