mirror of https://github.com/odrling/Aegisub
Merge r3668 into milestone:2.1.8. Closes #1003.
Originally committed to SVN as r3670.
This commit is contained in:
parent
a0322120e0
commit
e0b6c8bf47
|
@ -177,7 +177,7 @@ void DialogJumpTo::OnEditFrame (wxCommandEvent &event) {
|
|||
int newtime = VFR_Output.GetTimeAtFrame(jumpframe,true,true);
|
||||
if (jumptime.GetMS() != newtime) {
|
||||
jumptime.SetMS(newtime);
|
||||
JumpTime->SetValue(jumptime.GetASSFormated());
|
||||
JumpTime->ChangeValue(jumptime.GetASSFormated());
|
||||
}
|
||||
|
||||
ready = true;
|
||||
|
|
|
@ -91,7 +91,6 @@ wxTextCtrl(parent,id,value,pos,size,TimeEditWindowStyle | style,validator,name)
|
|||
isEnd = false;
|
||||
modified = false;
|
||||
showModified = false;
|
||||
UpdateTime();
|
||||
Connect(wxEVT_COMMAND_TEXT_UPDATED,wxCommandEventHandler(TimeEdit::OnModified));
|
||||
Connect(wxEVT_KILL_FOCUS,wxFocusEventHandler(TimeEdit::OnKillFocus));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue