Skip to content

wayland: Fix one dimensional size constraints

Vlad Zahorodnii requested to merge work/zzag/xdg-shell-size-constraints into master

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

Merge request reports