GUI: play from start should disable repeat pattern
This commit is contained in:
parent
bd88639c90
commit
af971680f5
|
|
@ -97,6 +97,7 @@ void FurnaceGUI::doAction(int what) {
|
|||
if (!e->isPlaying()) {
|
||||
play();
|
||||
}
|
||||
e->setRepeatPattern(false);
|
||||
break;
|
||||
case GUI_ACTION_PLAY_REPEAT:
|
||||
play();
|
||||
|
|
|
|||
Loading…
Reference in a new issue