[konsole] [Bug 448144] regression: copying using ctrl_shift_c no longer works

Yerrey Dev bugzilla_noreply at kde.org
Sun Jan 9 16:03:45 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=448144

Yerrey Dev <yerrey at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yerrey at protonmail.com

--- Comment #1 from Yerrey Dev <yerrey at protonmail.com> ---
src/Screen.cpp:1428 isSelectionEmpty() returns true with a selection of 1
character as _selTopLeft equals _selBottomRight. This causes the program to
think there is no selection. I don't know the Konsole code well enough, but I
don't see why isSelectionEmpty() can't be just replaced with hasSelection() as
with my compile that seems to fix this problem (I don't know if there can be a
valid selection that is empty).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list