MCPcopy 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
966void TrackPanel::UpdateVRuler(Track *t)
967{
968 if (t)
969 UpdateTrackVRuler(*t);
970
971 UpdateVRulerSize();
972}
973
974void TrackPanel::UpdateTrackVRuler(Track &t)
975{

Callers 1

ProcessUIHandleResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected