Skip to content

wayland: Fix one dimensional size constraints

QSize::isEmpty() will return true if either dimension is 0. On the other hand, given the current language in the spec, it seems like the client is allowed to set size constraints per dimension.

BUG: 488260 (cherry picked from commit 61332caa)

Merge request reports