PCB editor: Changes made in Pad Connections trough edit footprint don't survive "Update PCB from schematic".
<!-- --------Before Creating a New Issue----------- * Limit report to a single issue. * Search the issue tracker to verify the issue has not already been reported. * Complete all instructions between `template comment markers <>. * Keep report contents limited to the necessary information required to fix the issue. * When creating an issue against the stable version of KiCad, make sure the latest available stable version is installed as issues may have already been resolved in later stable versions. --> # Description <!-- What is the current behavior and what is the expected behavior? --> <!-- If the issue is visual/graphical, please attach screenshots of the problem. --> <!-- Add the issue details below this line and before the "Steps to reproduce" heading. --> Local changes to "Pad Connections" on PCB seem to revert themself. I would expect them to persist until I update footprint from library. # Steps to reproduce <!-- If there are multiple steps to reproduce it or it is a visual issue, then providing a screen recording as an attachment to this report is recommended. --> <!-- If this issue is specific to a project, please attach the necessary files to this issue. --> <!-- Add the steps to reproduce using the numbers below --> <!-- Add new step numbers before the "KiCad Version" heading. --> 1. Create project with connected circuitry and a footprint, for example Button_Switch_SMD:SW_SPST_TL3305A 2. Create PCB normally from schematic. 3. Edit footprint on board. Go into properties - select "All pads with duplicate numbers are jumpers". Ratsnest between internally connected pads should disappear. 4. Execute "Update PCB from schematic". Ratsnest between pads 1-1 and 2-2 will reappear. # KiCad Version <!-- Copy version information (from main menu Help->About KiCad ->Copy Version Info) and paste it between the triple backticks below to preserve the formatting. --> ``` ``` ``` Application: KiCad PCB Editor x86_64 on x86_64 Version: 10.0.3-10.0.3~ubuntu22.04.1, release build Libraries: wxWidgets 3.2.1 GLX FreeType 2.11.1 HarfBuzz 2.7.4 FontConfig 2.13.1 libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19 Platform: Ubuntu 22.04.5 LTS, 64 bit, Little endian, wxGTK, X11, x11, ubuntu:GNOME, ubuntu-xorg OpenGL: Intel, Mesa Intel(R) UHD Graphics 630 (CFL GT2), 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.3, GLX 1.4 Build Info: Date: May 13 2026 23:52:22 wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24 Boost: 1.74.0 OCC: 7.6.3 Curl: 7.81.0 ngspice: 43 Compiler: GCC 11.4.0 with C++ ABI 1016 KICAD_IPC_API=ON KICAD_USE_PCH=OFF Locale: Lang: en_US Enc: UTF-8 Num: 1 234,5 Encoded кΩ丈: D0BACEA9E4B888 (sys), D0BACEA9E4B888 (utf8) ```
issue