eeschema copy-paste hierarchical sheet does not un-annotate components
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Committed
|
Low
|
Jeff Young |
Bug Description
When you paste a hierarchical sheet, the components of the new copy are not un-annotated, so you get double references in the desgn.
To reproduce the behaviour:
-Create a hierarchical sheet
-put a component in it (as a resistor)
-annotate the design
-go to the master sheet, select the hierarchical sheet box, copy and paste
-the newly created child sheet has still the components annotated, with the same references of the copied sheet.
Tested on revision b5cf03f5adadbfe
Application: Eeschema
Version: (5.1.0-
Libraries:
wxWidgets 3.0.2
libcurl/7.52.1 OpenSSL/1.0.2r zlib/1.2.8 libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3
Platform: Linux 4.9.0-8-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.2 (wchar_t,wx containers,
Boost: 1.69.0
OpenCASCADE Community Edition: 6.8.0
Curl: 7.52.1
Compiler: GCC 6.3.0 with C++ ABI 1010
Build settings:
KICAD_
KICAD_
KICAD_
KICAD_
KICAD_
KICAD_
BUILD_
KICAD_
KICAD_
KICAD_SPICE=ON
Changed in kicad: | |
assignee: | nobody → Jeff Young (jeyjey) |
status: | Triaged → In Progress |
In stable version 5.1.2 it is working correctly.