Single Track and Connected Tracks hotkeys perform the same action
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Committed
|
Medium
|
Jeff Young |
Bug Description
Pressing "U" for the single track performs the "I" connected tracks action.
Application: Pcbnew
Version: (5.1.0-
Libraries:
wxWidgets 3.0.4
libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3
Platform: Linux 4.19.0-5-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.4 (wchar_t,wx containers,
Boost: 1.67.0
OpenCASCADE Community Edition: 6.9.1
Curl: 7.64.0
Compiler: GCC 8.3.0 with C++ ABI 1013
Build settings:
KICAD_
KICAD_
KICAD_
KICAD_
KICAD_
KICAD_
BUILD_
KICAD_
KICAD_
KICAD_SPICE=ON
tags: | added: pcbnew |
Changed in kicad: | |
importance: | Undecided → Low |
milestone: | none → 6.0.0-rc1 |
status: | New → Triaged |
tags: | added: hotkeys |
Changed in kicad: | |
importance: | Low → Medium |
The distinction used to be handled by BOARD::MarkTrack(), but that was removed in favour of using the connectivity graph.
I also note that expandConnection() now calls selectAllItemsC onnectedToItem( ) instead of selectAllItemsC onnectedToTrack (). Was that intentional? (My guess is no, since selectAllItemsC onnectedToTrack () is now unused, and the same changelist made changes to it, so it doesn't seem like the design goal was to remove it.)