| 1028 | } |
| 1029 | |
| 1030 | void NoteStepSequencer::Resize(float w, float h) |
| 1031 | { |
| 1032 | mGrid->SetDimensions(MAX(w - ExtraWidth(), 210), MAX(h - ExtraHeight(), 80)); |
| 1033 | UpdateVelocityGridPos(); |
| 1034 | } |
| 1035 | |
| 1036 | void NoteStepSequencer::UpdateVelocityGridPos() |
| 1037 | { |
nothing calls this directly
no test coverage detected