Fixed bug PR #703

This commit is contained in:
Paulchen Panther 2020-03-05 18:29:10 +01:00 committed by GitHub
parent cc840ab513
commit 75f9a6df60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ void ComponentRegister::setNewComponentState(const hyperion::Components comp, co
_componentStates[comp] = activated;
// emit component has changed state
emit updatedComponentState(comp, activated);
emit _hyperion->compStateChangeRequest(comp, activated);
}
}
@ -73,4 +74,4 @@ void ComponentRegister::handleCompStateChangeRequest(const hyperion::Components
}
_inProgress = false;
}
}
}