mirror of https://github.com/odrling/Aegisub
Make middle-click-drag on the audio display continue to update the video position
Originally committed to SVN as r6177.
This commit is contained in:
parent
4b2e5d1b93
commit
88ba844850
|
@ -1180,7 +1180,7 @@ void AudioDisplay::OnMouseEvent(wxMouseEvent& event)
|
|||
}
|
||||
}
|
||||
|
||||
if (event.MiddleDown())
|
||||
if (event.MiddleIsDown())
|
||||
{
|
||||
context->videoController->JumpToTime(
|
||||
controller->MillisecondsFromSamples(SamplesFromRelativeX(mousepos.x)),
|
||||
|
|
Loading…
Reference in New Issue