Fix bug making it impossible to modify styles via the style editor

Originally committed to SVN as r5722.
This commit is contained in:
Thomas Goyne 2011-10-10 17:29:09 +00:00
parent 882ee76d59
commit bd18ad11cb
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ DialogStyleEditor::DialogStyleEditor (wxWindow *parent, AssStyle *style, agi::Co
, c(c)
, isLocal(local)
, isNew(newStyle)
, style(style)
, work(new AssStyle(*style))
, store(store)
{