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

Method ScrollTo

src/base_grid.cpp:559–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void BaseGrid::ScrollTo(int y) {
560 int nextY = mid(0, y, GetRows() - 1);
561 if (yPos != nextY) {
562 context->ass->Properties.scroll_position = yPos = nextY;
563 scrollBar->SetThumbPosition(yPos);
564 Refresh(false);
565 }
566}
567
568void BaseGrid::AdjustScrollbar() {
569 wxSize clientSize = GetClientSize();

Callers 1

DoLoadSubtitlesMethod · 0.80

Calls 1

midFunction · 0.70

Tested by

no test coverage detected