Skip to content
Snippets Groups Projects
Commit 2084b4da authored by jsiegle's avatar jsiegle
Browse files

Data directory name is greyed out after a new directory is requested

parent b0222c9c
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -586,6 +586,8 @@ void ControlPanel::buttonClicked(Button* button)
newDirectoryButton->setEnabledState(true);
}
dateText->setColour(Label::textColourId, Colours::black);
}
else if (button == playButton)
{
......@@ -606,6 +608,9 @@ void ControlPanel::buttonClicked(Button* button)
graph->getRecordNode()->newDirectoryNeeded = true;
newDirectoryButton->setEnabledState(false);
masterClock->resetRecordTime();
dateText->setColour(Label::textColourId, Colours::grey);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment