GUI: play from start should disable repeat pattern

This commit is contained in:
tildearrow 2023-10-28 18:47:53 -05:00
parent bd88639c90
commit af971680f5

View file

@ -97,6 +97,7 @@ void FurnaceGUI::doAction(int what) {
if (!e->isPlaying()) {
play();
}
e->setRepeatPattern(false);
break;
case GUI_ACTION_PLAY_REPEAT:
play();