Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
void AudioBox::ScrollToActiveLine() {
234
if (controller->GetTimingController())
235
audioDisplay->ScrollTimeRangeInView(controller->GetTimingController()->GetIdealVisibleTimeRange());
236
}
Callers
2
OnMouseEvent
Method · 0.80
operator()
Function · 0.80
Calls
3
GetTimingController
Method · 0.80
ScrollTimeRangeInView
Method · 0.80
GetIdealVisibleTimeRange
Method · 0.45
Tested by
no test coverage detected