From 302b89d1ebce7c4978e914f5cce5b0048c1c82ca Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Fri, 3 Mar 2006 19:53:04 +0000 Subject: [PATCH] Copy shadow_w Originally committed to SVN as r195. --- core/ass_style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ass_style.cpp b/core/ass_style.cpp index ea9b4fde9..ba3517108 100644 --- a/core/ass_style.cpp +++ b/core/ass_style.cpp @@ -555,6 +555,7 @@ AssEntry *AssStyle::Clone() { final->scaley = scaley; final->secondary = secondary; final->shadow = shadow; + final->shadow_w = shadow_w; final->spacing = spacing; final->strikeout = strikeout; final->underline = underline;