forked from mia/Aegisub
Fixed event handling in styles manager.
Originally committed to SVN as r930.
This commit is contained in:
parent
dc803725bf
commit
63ad2baf5d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue