Skip to content

Fixed RichDocument sharing during insert/remove translation line

Great Ork requested to merge (removed):master into work/ffmpeg5

Subtitle list would get "corrupted" due to RichDocument being replaced which isn't an undoable action. During translation the inserted line would share same RichDocument with other line. Undo would delete inserted line's doc which other line still keeps using.

Merge request reports