Merge branch 'master' into powernoise

This commit is contained in:
tildearrow 2024-01-25 12:39:24 -05:00
commit 3548226e46

View file

@ -1665,6 +1665,10 @@ void FurnaceGUI::doExpand(int multiplier, const SelectionPoint& sStart, const Se
void FurnaceGUI::doCollapseSong(int divider) {
if (divider<2) return;
if (e->curSubSong->patLen<divider) {
showError("can't collapse any further!##sged");
return;
}
finishSelection();
UndoStep us;