dsa-t

Results 141 comments of 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: ![image](https://github.com/wxWidgets/wxWidgets/assets/37658952/f71b4af4-1a3a-4773-b1c3-74a4234a2e0c) 130: ![image](https://github.com/wxWidgets/wxWidgets/assets/37658952/9899c583-e7ef-4817-9e30-36a37b2b9d9a)

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?