Merge r3408 into 2.1.8.

Originally committed to SVN as r3544.
This commit is contained in:
Karl Blomster 2009-09-21 01:16:03 +00:00
parent 2fa986cd01
commit d1b97af4aa
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ void BaseGrid::OnMouseEvent(wxMouseEvent &event) {
// Normal click // Normal click
if ((click || dclick) && !shift && !ctrl && !alt) { 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)); if (dclick) VideoContext::Get()->JumpToFrame(VFR_Output.GetFrameAtTime(GetDialogue(row)->Start.GetMS(),true));
SelectRow(row,false); SelectRow(row,false);
parentFrame->UpdateToolbar(); parentFrame->UpdateToolbar();