Merge branch 'master' into powernoise
This commit is contained in:
commit
3548226e46
|
@ -1665,6 +1665,10 @@ void FurnaceGUI::doExpand(int multiplier, const SelectionPoint& sStart, const Se
|
||||||
|
|
||||||
void FurnaceGUI::doCollapseSong(int divider) {
|
void FurnaceGUI::doCollapseSong(int divider) {
|
||||||
if (divider<2) return;
|
if (divider<2) return;
|
||||||
|
if (e->curSubSong->patLen<divider) {
|
||||||
|
showError("can't collapse any further!##sged");
|
||||||
|
return;
|
||||||
|
}
|
||||||
finishSelection();
|
finishSelection();
|
||||||
|
|
||||||
UndoStep us;
|
UndoStep us;
|
||||||
|
|
Loading…
Reference in a new issue