MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / ScrollToActiveLine

Method ScrollToActiveLine

src/audio_box.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void AudioBox::ScrollToActiveLine() {
234 if (controller->GetTimingController())
235 audioDisplay->ScrollTimeRangeInView(controller->GetTimingController()->GetIdealVisibleTimeRange());
236}

Callers 2

OnMouseEventMethod · 0.80
operator()Function · 0.80

Calls 3

GetTimingControllerMethod · 0.80
ScrollTimeRangeInViewMethod · 0.80

Tested by

no test coverage detected