if visible note range is set to 1 note, treat just like any other range < 12

This commit is contained in:
Paul Davis
2025-08-25 13:41:29 -06:00
parent 61a766fece
commit 7b1b1bac73

View File

@@ -247,10 +247,6 @@ MidiViewBackground::apply_note_range (uint8_t lowest, uint8_t highest, bool to_c
return false;
}
if (lowest == highest) {
return false;
}
bool changed = false;
/* Enforce a 1 octave minimum */