| 373 | } |
| 374 | |
| 375 | void |
| 376 | SamplerDialog::onOffsetChanged(unsigned int offset) |
| 377 | { |
| 378 | if (!this->scrolling) { |
| 379 | this->refreshVScrollBar(); |
| 380 | this->ui->verticalScrollBar->setValue(static_cast<int>(offset)); |
| 381 | } |
| 382 | } |
| 383 | |
| 384 | void |
| 385 | SamplerDialog::onHOffsetChanged(int offset) |
nothing calls this directly
no test coverage detected