From bd18ad11cb2f0c3010616fea447b77db782d02e9 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 10 Oct 2011 17:29:09 +0000 Subject: [PATCH] Fix bug making it impossible to modify styles via the style editor Originally committed to SVN as r5722. --- aegisub/src/dialog_style_editor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/dialog_style_editor.cpp b/aegisub/src/dialog_style_editor.cpp index f3b1cf3dd..ccd82027e 100644 --- a/aegisub/src/dialog_style_editor.cpp +++ b/aegisub/src/dialog_style_editor.cpp @@ -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) {