cjs
July 2, 2025, 4:00pm
1
I didn’t have this problem a week ago when I was last using KiCad on this system, but a few times just now when I used “Place Symbols,” the window came up with a lot of the text cut off, like this:
This happened a couple of times, including after shutting down and restarting KiCad, but just now it seems to have fixed itself when I closed the window and brought it up again in my latest session.
dsa-t
July 2, 2025, 4:26pm
2
This was fixed in wxWidgets 3.2.7. See:
opened 04:23PM - 19 Jan 24 UTC
closed 03:46PM - 29 Sep 24 UTC
GTK
See a minimal example:
[minimal.cpp.txt](https://github.com/wxWidgets/wxWidge… ts/files/13991527/minimal.cpp.txt)
`LIB_TREE_RENDERER` returns height 30 in `GetSize()`, but cells are not sized to height 30 in `Render()`.
Instead, they seem to use height 16 (font: Ubuntu 10).
If DPI is changed in system settings (**Appearance - Fonts - DPI - Custom DPI setting** in Mint), then cells are updated to height 30, but only the ones that are visible.
If you scroll down, you can see other cells still with height 16.
wx is built with `DEBUG_RENDER_EXTENTS` on screenshots.
Expected is for all cells to have height 30.
Initial state:

After changing DPI:

Scroll down:

### Platform and version information
- wxWidgets version you use: 3.2; master
- wxWidgets port you use: wxGTK
- OS and its version: Linux Mint 21.1
+ GTK version: 3.24.33-1ubuntu2
+ Which GDK backend is used: X11
+ Desktop environment : XFCE
+ Current theme: Mint-Y-Aqua