MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / resized

Method resized

NeuralNote/Source/Components/AudioRegion.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void AudioRegion::resized()
17{
18 mPlayhead.setSize(getWidth(), getHeight());
19}
20
21void AudioRegion::paint(Graphics& g)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected