mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Make the escape key work for more stuff in Style Manager
Originally committed to SVN as r950.
This commit is contained in:
parent
26cba4b46f
commit
4eb824ea16
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user