Skip to content

Avoid qBound call with max < min

Volker Krause requested to merge work/qt6-fix-qbound-assert into master

In Qt5 this works, in Qt6 this triggers an assert. So handle that case explicitly here.

Merge request reports