Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ MakeParentRedrawScrollbars
Method
MakeParentRedrawScrollbars
src/TrackPanel.cpp:534–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
void TrackPanel::MakeParentRedrawScrollbars()
535
{
536
Viewport::Get(*GetProject()).UpdateScrollbarsForTracks();
537
}
538
539
namespace {
540
std::shared_ptr<Track> FindTrack(TrackPanelCell *pCell)
Callers
1
ProcessUIHandleResult
Method · 0.80
Calls
2
Get
Function · 0.85
UpdateScrollbarsForTracks
Method · 0.80
Tested by
no test coverage detected