Schematic Text weight not updated when changed from Properties Panel
I'm so sorry to be reporting a bug so early after the stable release, but I only noticed it now :disappointed: After a bit of experimenting, it seems to be in a very specific scenario, see Note 2 below. # Description When changing the Bold property of a Schematic Text element from the Properties Panel, the Text itself is not updated. It works for Italic and all the other Properties, but not Bold. # Steps to reproduce 1. Create a Text element in a Schematic 2. Toggle the Bold checkbox in the Properties Panel 3. Expected: The Text's weight is changed 4. Actual result: Nothing happens Note: After changing the Bold value and opening the Properties Dialog, the value is updated in the Dialog, but even there clicking OK doesn't update the weight. Note 2: After changing the weight in the Dialog, everything started working as expected, for the same Text and any consecutive created Text. Also when I closed the schematic and reopened it, no bug. Even when I closed KiCad and reopened it, no bug. **HOWEVER**, after I closed the Project, restarted Kicad, and created a brand new Project, the first Text I created in that project had the exact same issue. ![label_bug](/uploads/6882e2d45d7e4a2fb5fe29b7bc4688e4/label_bug.mp4) # 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 x64 on x64 Version: 8.0.0, release build Libraries: wxWidgets 3.2.4 FreeType 2.12.1 HarfBuzz 8.3.0 FontConfig 2.14.2 libcurl/8.5.0-DEV Schannel zlib/1.3 Platform: Windows 11 (build 22635), 64-bit edition, 64 bit, Little endian, wxMSW Build Info: Date: Feb 23 2024 02:24:15 wxWidgets: 3.2.4 (wchar_t,wx containers) Boost: 1.83.0 OCC: 7.7.1 Curl: 8.5.0-DEV ngspice: 42 Compiler: Visual C++ 1936 without C++ ABI Build settings: ```
issue