Skip to content
Snippets Groups Projects
Commit 7289059d authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix crash with bool record option

parent 9a456eee
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ EngineParameterComponent::EngineParameterComponent(EngineParameter& param)
{
ToggleButton* but = new ToggleButton();
but->setToggleState(param.boolParam.value,dontSendNotification);
but->setBounds(120,0,20,20);
but->setBounds(120,0,100,20);
addAndMakeVisible(but);
control = but;
}
......
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