Skip to content

PanelView: Replace qBound with std::clamp

ivan tkachenko requested to merge work/ratijas/dedup into master

These two code paths for vertical and horizontal orientations used two different functions to clamp values. This commit makes them consistent.

Amends a3943400.

CC @niccolove

Merge request reports