mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user