GUI: fix note deletion deleting volume
instead of instrument
This commit is contained in:
parent
0bae94ad2c
commit
907ad14a98
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ void FurnaceGUI::doDelete() {
|
|||
for (; j<e->curSubSong->patLen && (j<=selEnd.y || jOrder<selEnd.order); j++) {
|
||||
touch(jOrder,j);
|
||||
if (iFine==0) {
|
||||
if (selStart.y==selEnd.y && selStart.order==selEnd.order) pat->newData[j][DIV_PAT_VOL]=-1;
|
||||
if (selStart.y==selEnd.y && selStart.order==selEnd.order) pat->newData[j][DIV_PAT_INS]=-1;
|
||||
}
|
||||
pat->newData[j][iFine]=-1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue