Commentary editor: Allow reopening the editor after close

This commit is contained in:
Ilari Liusvaara 2012-09-27 22:21:49 +03:00
parent efc606e9e3
commit 628a7e201b

View file

@ -324,6 +324,7 @@ void wxeditor_voicesub::on_refresh(wxCommandEvent& e)
void wxeditor_voicesub::on_close(wxCommandEvent& e)
{
Destroy();
voicesub_open = false;
}
void wxeditor_voicesub::refresh()