Files
wxWidgets/src
Vadim Zeitlin 036087097b Fix initial scale of wxGLCanvas under EGL/Wayland
The scale of the canvas was set up correctly only once we received
"size-allocate" signal from GTK, but this doesn't necessarily happen
when the window is first shown and after its scale factor is actually
known.

Ensure that we use the correct scale by catching the notification about
its change too. This makes buffer scale factor correct from the very
beginning, without having to wait for a resize.

See #23733, #25465.
2025-11-26 20:33:55 +01:00
..
2025-11-09 01:19:55 +01:00
2025-11-16 18:36:41 +01:00
2025-11-01 17:41:30 +01:00