dsa-t
dsa-t
"Text by wxGraphicsContext" depends on system DPI scaling. Don't know if this is intentional or not. Checking on 3 printers, the main rectangle is centered on all of them, but...
>I decided to use the printing sample from wxWidgets-3.1.2 on Linux ... If though I send it directly to the printer, the issue happens just as described above I don't...
>Not sure what you mean here? If you mean text at 14pt appears twice as big at 200% scaling vs 100% scaling, then this is intentional. 96 DPI in Mint...
96:  130: 
I wouldn't say it was with malicious intent, but: Looking at their comments, they don't understand basic rules of the Russian language: https://hosted.weblate.org/changes/?user=xXx&action=3 They don't understand that markdown links shouldn't...
Try adding `WX_GL_MIN_RED, 8, WX_GL_MIN_GREEN, 8, WX_GL_MIN_BLUE, 8` to `wxGLCanvas` attributes. Looks like it uses RGB565 mode.
And GLFW has special code to pick the config closest to RGB(A)888(8) by default: https://github.com/glfw/glfw/blob/228e58262e18f2ee61799bd86d0be718b1e31f9f/src/window.c#L282-L289 https://github.com/glfw/glfw/blob/228e58262e18f2ee61799bd86d0be718b1e31f9f/src/context.c#L183
> Setting `GDK_BACKEND=X11` does not resolve the issue. `GDK_BACKEND=X11` is wrong, it should actually be `GDK_BACKEND=x11` (with lowercase `x`) Setting it should **break** the `menu` sample, not fix KiCad.
> Sadly setting `GDK_BACKEND=x11` also doesn't break the menu sample. Which exact commands do you use to set `GDK_BACKEND` and run the `menu` sample?
Does the window icon switch from the Wayland logo to wxWidgets logo?