Skip to content

Commit

Permalink
GUI: play from start should disable repeat pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Oct 28, 2023
1 parent bd88639 commit af97168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/doAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void FurnaceGUI::doAction(int what) {
if (!e->isPlaying()) {
play();
}
e->setRepeatPattern(false);
break;
case GUI_ACTION_PLAY_REPEAT:
play();
Expand Down

0 comments on commit af97168

Please sign in to comment.