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

Method resized

NeuralNote/Source/Components/PianoRoll.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void PianoRoll::resized()
30{
31 mPlayhead.setSize(getWidth(), getHeight());
32}
33
34void PianoRoll::setZoomLevel(double inZoomLevel)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected