Skip to content

Fix scrollbar position

There were parentheses around width() - 1 in the past, but they were removed and the sign was not changed. I've changed the line to left + width, as it is easier to understand.

BUG: 412348

Edited by Nate Graham

Merge request reports