mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fixed event handling in styles manager.
Originally committed to SVN as r930.
This commit is contained in:
parent
dc803725bf
commit
63ad2baf5d
@ -159,8 +159,8 @@ DialogStyleManager::DialogStyleManager (wxWindow *parent,SubtitlesGrid *_grid)
|
||||
LoadCurrentStyles(AssFile::top);
|
||||
|
||||
//Set key handlers for lists
|
||||
StorageList->SetEventHandler(new DialogStyleManagerEvent(this));
|
||||
CurrentList->SetEventHandler(new DialogStyleManagerEvent(this));
|
||||
StorageList->PushEventHandler(new DialogStyleManagerEvent(this));
|
||||
CurrentList->PushEventHandler(new DialogStyleManagerEvent(this));
|
||||
|
||||
// Select default item
|
||||
wxString selected_style;
|
||||
|
Loading…
x
Reference in New Issue
Block a user