Closed JohannesWilde closed 3 months ago
Looks nice!
Can you replace std::abs()
with their Qt equivalent qAbs()
?
The idea is to remove all direct STL dependencies, when possible.
Sure, no problem. QtGlobal was already included, so qAbs() does not even require an additional include.
Merged, thanks!
Make scrolled lines proportional to the mouse wheel movement for more natural scrolling experience.