pcb editor, edit library footprint, "Allow bridged solder mask" not carried over when updating.
<!-- --------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. --> When editing a library footprint and changing "Clearance Overrides and Settings" -> "Allow bridged solder mask apertures between pads", then clicking "Update footprint from library", the change is not carried over to the board footprint. # 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. Add a footprint to pcb 2. Double-click footprint and click "Edit Library Footprint..." 3. Go to footprint properties 4. Go to "Clearance Overrides and Settings" tab 5. Change "Allow bridged solder mask apertures between pads" checkbox 6. Save footprint in library 7. Double-click footprint and click "Update Footprint from Library..." 8. Go ahead and update. 9. Double-click the footprint and click the "Clearance Overrides and Settings" tab 10. Observe that "Allow bridged solder mask apertures between pads" checkbox did not change # 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 arm64 on arm64 Version: 7.99.0-577-gc65e33ac13, release build Libraries: wxWidgets 3.2.2 FreeType 2.12.1 HarfBuzz 5.3.1 FontConfig 2.14.0 libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1 Platform: macOS Monterey Version 12.5.1 (Build 21G83), 64 bit, Little endian, wxMac Build Info: Date: Mar 24 2023 01:20:28 wxWidgets: 3.2.2 (wchar_t,wx containers) Boost: 1.80.0 OCC: 7.6.3 Curl: 7.77.0 ngspice: 38 Compiler: Clang 13.0.0 with C++ ABI 1002 Build settings: ```
issue