Recovered "Follow pattern state" on play due to Find/Replace (#2468)

This commit is contained in:
recme 2025-05-21 20:05:31 -04:00 committed by GitHub
parent 26a66ad4c4
commit dcb383b86d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View file

@ -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);
}