From 6d16dfe4c545283df8c5a7983f1f5e4fd2dde3d3 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 28 May 2020 09:29:18 +0100 Subject: [PATCH] Updated breaking changes doc --- BREAKING-CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BREAKING-CHANGES.txt b/BREAKING-CHANGES.txt index 54f92e61bc..81fcb4b942 100644 --- a/BREAKING-CHANGES.txt +++ b/BREAKING-CHANGES.txt @@ -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 ---------