Skip to content

Pager: avoid potential assert on load

David Edmundson requested to merge work/d_ed/pager_fix into master

qBound on Qt6 asserts if max > min. numberOfDesktops can be 0 when loading.

This patch splits it into two lines to avoid the issue.

Merge request reports