From 4eb824ea16f730cd8e7d644d37c7d57951ad0f5d Mon Sep 17 00:00:00 2001 From: Dan Donovan Date: Sun, 18 Mar 2007 02:18:25 +0000 Subject: [PATCH] Make the escape key work for more stuff in Style Manager Originally committed to SVN as r950. --- aegisub/dialog_style_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/dialog_style_manager.cpp b/aegisub/dialog_style_manager.cpp index 3a03bfb24..74702a9ff 100644 --- a/aegisub/dialog_style_manager.cpp +++ b/aegisub/dialog_style_manager.cpp @@ -159,6 +159,7 @@ DialogStyleManager::DialogStyleManager (wxWindow *parent,SubtitlesGrid *_grid) LoadCurrentStyles(AssFile::top); //Set key handlers for lists + CatalogList->PushEventHandler(new DialogStyleManagerEvent(this)); StorageList->PushEventHandler(new DialogStyleManagerEvent(this)); CurrentList->PushEventHandler(new DialogStyleManagerEvent(this));