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:
jean-pierre charras 2013-11-04 18:20:54 +01:00
parent f956fbd8ac
commit db5409dfc7
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@
// If this line is left uncommented, the bug is fixed, but
// creates a (very minor) issue for existing texts, mainly in Pcbnew
// 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.
#if defined( PCBNEW )