diff --git a/aegisub/src/dialog_styling_assistant.cpp b/aegisub/src/dialog_styling_assistant.cpp
index be2108d6194e6db31ae4fe9398e9779fe2e53992..7bd313260603111f354f1c486762864f4d5981a6 100644
--- a/aegisub/src/dialog_styling_assistant.cpp
+++ b/aegisub/src/dialog_styling_assistant.cpp
@@ -259,4 +259,6 @@ void DialogStyling::OnKeyDown(wxKeyEvent &evt) {
 		if (from > 0)
 			style_name->SetSelection(from - 1, to);
 	}
+	else
+		evt.Skip();
 }