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

Remove redundant signal chain update

parent 64a1b070
Branches
Tags
No related merge requests found
......@@ -723,7 +723,6 @@ void RHD2000Editor::buttonEvent(Button* button)
{
std::cout << "DSP offset " << button->getToggleState() << std::endl;
board->setDSPOffset(button->getToggleState());
getEditorViewport()->makeEditorVisible(this, false, true);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment