| 1022 | } |
| 1023 | |
| 1024 | void NoteStepSequencer::GetModuleDimensions(float& width, float& height) |
| 1025 | { |
| 1026 | width = mGrid->GetWidth() + ExtraWidth(); |
| 1027 | height = mGrid->GetHeight() + ExtraHeight(); |
| 1028 | } |
| 1029 | |
| 1030 | void NoteStepSequencer::Resize(float w, float h) |
| 1031 | { |