https://bugs.kde.org/show_bug.cgi?id=524760
--- Comment #1 from Alex <[email protected]> --- Created attachment 195479 --> https://bugs.kde.org/attachment.cgi?id=195479&action=edit Screenshot: caret one row above the current-line highlight (wrapped line, multiplier 1.1) Screenshot of the misalignment. The cursor is on visual row 6 of a single long logical line with Dynamic Word Wrap on and Line Height Multiplier 1.1. The current-line highlight band (the row Kate considers current) spans y=315..340, while the caret is painted at y=303..328 — one row too high. The caret's height is right, only its y position is off. With the text area starting at y=183: 183 + 5*24 = 303 (caret, un-multiplied font line height) versus 183 + 5*26.4 = 315 (text row, lineHeight() with the multiplier). The status bar shows the cursor is at column 699 of line 1, i.e. inside the wrapped block, which is where the accumulated offset is visible. -- You are receiving this mail because: You are watching all bug changes.
