unlimited scrolling on pianoroll caused pfe

This commit is contained in:
Ramses Pena 2025-08-06 21:34:57 -06:00
parent 7df7f98566
commit 089cfce762

View file

@ -649,6 +649,11 @@ Pianoroll::snap_to_internal (timepos_t& start, Temporal::RoundMode direction, Sn
void
Pianoroll::set_samples_per_pixel (samplecnt_t spp)
{
if (spp < 1) {
return;
}
CueEditor::set_samples_per_pixel (spp);
if (view) {