Skip to content

Restrict horizontal range of cursor to avoid unintentionally wrapping.

Pat Brown requested to merge patbrown/ktexteditor:cursor-wrap-issue into master

When converting a x position to cursor column for a wrapped text line, the last column should not be used or else the cursor will jump to the next line.

BUG: 423253

Merge request reports