Footprint filters do not get applied in symbol properties dialog
<!-- --------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 you use the use the footprint chooser in the symbol properties dialog, the setting to use footprint filters does not get applied on loading. There is a similar issue with the pin count filter checkbox. # 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 a new project 2. Add an LED (Device:LED) 3. Double click on the LED to bring up the "Symbol Properties" dialog 4. Click the library button on the "Footprint" field to bring up footprint chooser 5. If "Apply footprint filters" is unchecked, click to check it, hit cancel, and click on library button again. The footprint chooser will be open, and "Apply footprint filters" will be checked, but the footprint filters will not be applied. # 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 Schematic Editor x86_64 on x86_64 Version: 10.0.0-10.0.0~ubuntu24.04.1, release build Libraries: wxWidgets 3.2.4 GLX FreeType 2.13.2 HarfBuzz 8.3.0 FontConfig 2.15.0 Platform: Ubuntu 24.04.4 LTS, 64 bit, Little endian, wxGTK, X11, wayland, ubuntu:GNOME, ubuntu OpenGL: AMD, AMD Radeon 780M Graphics (radeonsi, phoenix, LLVM 20.1.2, DRM 3.64, 6.17.0-19-generic), 4.6 (Compatibility Profile) Mesa 25.2.8-0ubuntu0.24.04.1, GLX 1.4 wxWidgets: 3.2.4 (wchar_t,wx containers) GTK+ 3.24 Boost: 1.83.0 OCC: 7.6.3 Curl: 8.5.0 ngspice: 42 Compiler: GCC 13.3.0 with C++ ABI 1018 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