Recovered "Follow pattern state" on play due to Find/Replace (#2468)
This commit is contained in:
parent
26a66ad4c4
commit
dcb383b86d
3 changed files with 13 additions and 2 deletions
|
|
@ -568,7 +568,10 @@ void FurnaceGUI::drawFindReplace() {
|
|||
makeCursorUndo();
|
||||
e->changeSongP(i.subsong);
|
||||
if (e->isPlaying()) {
|
||||
followPattern=false;
|
||||
if (followPattern) {
|
||||
wasFollowing=followPattern;
|
||||
followPattern=false;
|
||||
}
|
||||
} else {
|
||||
e->setOrder(i.order);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue