mirror of https://github.com/odrling/Aegisub
parent
002a5dd980
commit
7de7dba807
|
@ -835,7 +835,9 @@ DialogKanjiTimer::DialogKanjiTimer(wxWindow *parent, SubtitlesGrid *_grid)
|
|||
// Variables
|
||||
subs = AssFile::top;
|
||||
grid = _grid;
|
||||
|
||||
currentSourceLine = subs->Line.begin();
|
||||
currentDestinationLine = subs->Line.begin();
|
||||
|
||||
//Sizers
|
||||
wxSizer *DisplayBoxSizer = new wxStaticBoxSizer(wxVERTICAL,this,_("Text"));
|
||||
wxSizer *StylesBoxSizer = new wxStaticBoxSizer(wxVERTICAL,this,_("Styles"));
|
||||
|
@ -846,7 +848,6 @@ DialogKanjiTimer::DialogKanjiTimer(wxWindow *parent, SubtitlesGrid *_grid)
|
|||
wxSizer *BottomShelfSizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
wxSizer *BottomLeftStackSizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
|
||||
display = new KaraokeLineMatchDisplay(this);
|
||||
|
||||
//Checkbox
|
||||
|
|
Loading…
Reference in New Issue