Set shadow_w to the correct value in AssStyle's copy constructor

Originally committed to SVN as r5779.
This commit is contained in:
Thomas Goyne 2011-10-25 19:01:53 +00:00
parent f6c8c83f5a
commit ec9d50a43a
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ AssStyle::AssStyle(const AssStyle& s)
, angle(s.angle)
, borderstyle(s.borderstyle)
, outline_w(s.outline_w)
, shadow_w(s.outline_w)
, shadow_w(s.shadow_w)
, alignment(s.alignment)
, encoding(s.encoding)
, relativeTo(s.relativeTo)