KDUtils icon indicating copy to clipboard operation
KDUtils copied to clipboard

Window doesn't set proper size during initialization on Wayland

Open MiKom opened this issue 1 year ago • 0 comments

Steps to reproduce

Run the gui_window_example on Wayland

Expected result

Window shows up with size 800x600 because that's the default size in window.h

Actual result

Window has size 0x0.

Notes

That because during window creation neither LinuxWaylandPlatformWindow::create nor LinuxWaylandPlatformWindow::map does any resizing and we get a 0x0 surface.

MiKom avatar Feb 07 '25 13:02 MiKom