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

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;
}
}
}