Wxwidgets wayland resize - alan-mushi/meta-opencpn GitHub Wiki
wxWidgets originally did not handle window resizing under Wayland ; they sometimes disappeared if using a StatusBar widget. This was due to a Cairo-related and Wayland-specific bug, which is now fixed in master branch.
This fix is included in the 3.0.0 release of wxWidgets.
Previous step : Home
Next step : wxwidgets X11 direct calls