Eeschema, plot schematic: fix incorrect rotation of symbol text in textboxes.

Happened with rotated symbols.
From master branch
Fixes #16027
https://gitlab.com/kicad/code/kicad/-/issues/16027
This commit is contained in:
jean-pierre charras 2023-11-05 14:03:06 +01:00
parent 3195ba646f
commit 07736e59bd
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ void LIB_TEXTBOX::Plot( PLOTTER* aPlotter, bool aBackground, const VECTOR2I& aOf
text.GetLinePositions( positions, (int) strings_list.Count() );
TEXT_ATTRIBUTES attrs = GetAttributes();
TEXT_ATTRIBUTES attrs = text.GetAttributes();
attrs.m_StrokeWidth = penWidth;
attrs.m_Multiline = false;