Make the escape key work for more stuff in Style Manager

Originally committed to SVN as r950.
This commit is contained in:
Dan Donovan 2007-03-18 02:18:25 +00:00
parent 26cba4b46f
commit 4eb824ea16
1 changed files with 1 additions and 0 deletions

View File

@ -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));