Skip to content
Commit b0c9d4cb authored by C. Boemann's avatar C. Boemann
Browse files

Fix undo redo of textranges - we might have swapped anchor and pos

in general that would not be that big a deal if not for a qt bug which makes the anchor travel even if
the qtextcursor has keepPositionOnInsert() == true

There was another part to this bug - we didn't make sure the text was relayouted

so in short: the anchor was lost (misplaced) and the relayout was never initiated

BUG: 342869
parent cdc3239c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment