Schematic: added drag wires should copy stroke
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13666
This commit is contained in:
parent
fad589e151
commit
96e9cd6ecc
|
@ -149,6 +149,7 @@ public:
|
|||
|
||||
if( aLine )
|
||||
{
|
||||
m_stroke = aLine->GetStroke();
|
||||
m_lastResolvedLineStyle = aLine->m_lastResolvedLineStyle;
|
||||
m_lastResolvedWidth = aLine->m_lastResolvedWidth;
|
||||
m_lastResolvedColor = aLine->m_lastResolvedColor;
|
||||
|
|
Loading…
Reference in New Issue