forked from mia/Aegisub
Fix bug making it impossible to modify styles via the style editor
Originally committed to SVN as r5722.
This commit is contained in:
parent
882ee76d59
commit
bd18ad11cb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue