[konsole] [Bug 501191] Konsole crash when double clicking on vertical scroll bar
Jonathan Marten
bugzilla_noreply at kde.org
Fri Mar 7 20:07:03 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=501191
Jonathan Marten <jjm at keelhaul.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/util
| |ities/konsole/-/commit/58d5
| |c687fb5e499c720b1b4e15544c4
| |d0c7281bd
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Jonathan Marten <jjm at keelhaul.me.uk> ---
Git commit 58d5c687fb5e499c720b1b4e15544c4d0c7281bd by Jonathan Marten.
Committed on 07/03/2025 at 19:15.
Pushed by hindenburg into branch 'master'.
Fix crash when double clicking on terminal scroll bar
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.
M +3 -4 src/terminalDisplay/TerminalScrollBar.cpp
https://invent.kde.org/utilities/konsole/-/commit/58d5c687fb5e499c720b1b4e15544c4d0c7281bd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list