Commit 2fdb67da authored by Francois Cartegnie's avatar Francois Cartegnie

subs: copy text segment to new region on update

parent a892efd4
......@@ -64,7 +64,7 @@ static void SubpictureTextUpdate(subpicture_t *subpic,
if (!r)
return;
r->p_text = sys->p_segments;
r->p_text = text_segment_Copy( sys->p_segments );
r->i_align = sys->align;
r->b_noregionbg = sys->noregionbg;
r->b_gridmode = sys->gridmode;
......
Markdown is supported
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