trigger muxer on color changes

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-07-21 19:06:47 +02:00
parent 6e6d6f5892
commit a3b326a18d
6 changed files with 16 additions and 30 deletions

View File

@@ -155,8 +155,8 @@ bool HyperionIManager::deleteInstance(const quint8& inst)
if(!isInstAllowed(inst))
return false;
// stop it if required as blocking
stopInstance(inst, true);
// stop it if required as blocking and wait
if (stopInstance(inst, true));
if(_instanceTable->deleteInstance(inst))
{