Skip to content

Fix crash when double clicking on terminal scroll bar

Jonathan Marten requested to merge marten/konsole:scrollbar-crash-501191 into master

Only one QPainter can be active at a time, and QScrollBar's paint event will use its own internally. So call the base class before doing any of our own painting. As a side effect, this means that the search markers (originally painted first) are not overwritten by the main scroll bar, and both those and position markers are shown.

BUG:501191

Merge request reports

Loading