https://bugs.kde.org/show_bug.cgi?id=448144
Yerrey Dev <yer...@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yer...@protonmail.com --- Comment #1 from Yerrey Dev <yer...@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 watching all bug changes.