Skip to content
Snippets Groups Projects
Commit 79319f37 authored by jsiegle's avatar jsiegle
Browse files

Remove unnecessary toggling of play button by record button

parent cbe13d38
No related branches found
No related tags found
No related merge requests found
......@@ -653,7 +653,7 @@ void ControlPanel::labelTextChanged(Label* label)
void ControlPanel::startRecording()
{
playButton->setToggleState(true,true);
//playButton->setToggleState(true,true);
if (audio->callbacksAreActive())
{
......@@ -691,6 +691,7 @@ void ControlPanel::buttonClicked(Button* button)
{
startRecording();
playButton->setToggleState(true, false);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment