Skip to content

Commit

Permalink
#4877 Allow replay without having to play first
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercop23 authored and dkulp committed Jan 27, 2025
1 parent 84abd4a commit 1cf9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xLights/sequencer/tabSequencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ void xLightsFrame::SetAudioControls()
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_STOP, true);
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_PLAY_NOW, true);
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_PAUSE, true);
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_REPLAY_SECTION, false);
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_REPLAY_SECTION, true);
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_FIRST_FRAME, false);
EnableToolbarButton(PlayToolBar, ID_AUITOOLBAR_LAST_FRAME, false);
_housePreviewPanel->EnablePlayControls("Play", true);
Expand Down

0 comments on commit 1cf9856

Please sign in to comment.