Skip to content
Commit f33070a0 authored by David Edmundson's avatar David Edmundson Committed by Nate Graham
Browse files

[panelview] Avoid assert if max < min

Max and min are calculated from two completely different sources.

There's scope for them to not be the expected way round.

We have an assert reported on this line due to a subtle qBound ->
std::clamp porting difference on GCC with debug flags on.

BUG: 454064


(cherry picked from commit 449ae169)
parent 30c1665b
Pipeline #218329 passed with stage
in 10 minutes and 10 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment