diff --git a/aegisub/dialog_style_editor.cpp b/aegisub/dialog_style_editor.cpp index 6f37c49dd..b537810ce 100644 --- a/aegisub/dialog_style_editor.cpp +++ b/aegisub/dialog_style_editor.cpp @@ -205,6 +205,7 @@ DialogStyleEditor::DialogStyleEditor (wxWindow *parent, AssStyle *_style, Subtit for (size_t i = 0; i < fontList.size(); i++) { FontName->Append(fontList[i]); } + FontName->SetValue(style->font); FontName->Thaw(); wxLogDebug(_T("Time to fill font face listbox: %d"), performance_timer.Time());