Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.97k stars 442 forks source link

revert: use max(minimum, min(bottom, value)) over clamp(..) #5393

Closed Nerixyz closed 1 month ago

Nerixyz commented 1 month ago

From https://github.com/Chatterino/chatterino2/pull/5334 - minimum might be larger than getBottom() (in that case no scrollbar is shown). std::clamp requires the minimum to be smaller than the maximum.