Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ UpdateVRuler
Method
UpdateVRuler
src/TrackPanel.cpp:966–972 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
964
}
965
966
void TrackPanel::UpdateVRuler(Track *t)
967
{
968
if (t)
969
UpdateTrackVRuler(*t);
970
971
UpdateVRulerSize();
972
}
973
974
void TrackPanel::UpdateTrackVRuler(Track &t)
975
{
Callers
1
ProcessUIHandleResult
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected