mirror of https://github.com/odrling/Aegisub
Merge r3408 into 2.1.8.
Originally committed to SVN as r3544.
This commit is contained in:
parent
2fa986cd01
commit
d1b97af4aa
|
@ -668,7 +668,7 @@ void BaseGrid::OnMouseEvent(wxMouseEvent &event) {
|
|||
|
||||
// Normal click
|
||||
if ((click || dclick) && !shift && !ctrl && !alt) {
|
||||
if (editBox->linen != row) editBox->SetToLine(row);
|
||||
editBox->SetToLine(row);
|
||||
if (dclick) VideoContext::Get()->JumpToFrame(VFR_Output.GetFrameAtTime(GetDialogue(row)->Start.GetMS(),true));
|
||||
SelectRow(row,false);
|
||||
parentFrame->UpdateToolbar();
|
||||
|
|
Loading…
Reference in New Issue