Skip to content
  • David Edmundson's avatar
    [panelview] Avoid assert if max < min · 449ae169
    David Edmundson authored
    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
    449ae169