Disable patch from Baranovskiy Konstantin about vertical justification of multiline texts, because it does not work for rotated/mirrored texts
This commit is contained in:
parent
f956fbd8ac
commit
db5409dfc7
|
@ -38,7 +38,9 @@
|
||||||
// If this line is left uncommented, the bug is fixed, but
|
// If this line is left uncommented, the bug is fixed, but
|
||||||
// creates a (very minor) issue for existing texts, mainly in Pcbnew
|
// creates a (very minor) issue for existing texts, mainly in Pcbnew
|
||||||
// because the text position is sometimes critical.
|
// because the text position is sometimes critical.
|
||||||
#define FIX_MULTILINE_VERT_JUSTIF
|
// Currently, this change is broken for rotated or mirrored texts,
|
||||||
|
// so keep this line commented until there are fixes
|
||||||
|
//#define FIX_MULTILINE_VERT_JUSTIF
|
||||||
|
|
||||||
// Conversion to application internal units defined at build time.
|
// Conversion to application internal units defined at build time.
|
||||||
#if defined( PCBNEW )
|
#if defined( PCBNEW )
|
||||||
|
|
Loading…
Reference in New Issue