mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix bug in LIB_COMPONENT::LocateDrawItem() that destroys DefaultTransform matrix.
This commit is contained in:
parent
b700f7c248
commit
952f9f9b7e
@ -1362,6 +1362,7 @@ LIB_DRAW_ITEM* LIB_COMPONENT::LocateDrawItem( int aUnit, int aConvert, KICAD_T a
|
||||
*/
|
||||
LIB_DRAW_ITEM* item;
|
||||
TRANSFORM transform = DefaultTransform;
|
||||
DefaultTransform = aTransform;
|
||||
|
||||
item = LocateDrawItem( aUnit, aConvert, aType, aPoint );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user